#00227B

Color #00227B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00227B

Tints of Sapphire #00227B

Color information

#00227B (or 0x00227B) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 7B. RGB value is (0,34,123). Sum of RGB (Red+Green+Blue) = 0+34+123=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #00227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00227B is #FFDD84. Grayscale: #212121. Windows color (decimal): -16768389 or 8069632. OLE color: 8069632.

HSL color Cylindrical-coordinate representation of color #00227B: hue angle of 223.41º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00227B is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB034123-
CMYK10.7200.52
HSL223.41º100%24.12%-
HSV(B)223.41º100%48.24%-
XYZ4.152.5719.02-
YUV33.98178.24103.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=0%
G=21.66%
B=78.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal03412310.7200.52223.4110024.12
Hex0227B6448034df6418
Octal04217314411006433714430
Binary0100010111101111001001001000011010011011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00227B; }

 p { color: rgb(0,34,123); }

 H1.HeaderClassName
 {
   color: #00227B;
 }
 .AnyTagClassName
 {
   color: #00227B;
 }
</style>
background-color css

<style>
 a { background-color: #00227B; }

 a { background-color: rgb(0,34,123); }

 div.DivClassName
 {
   background-color: #00227B;
 }
 .BgClassName
 {
   background-color: #00227B;
 }
</style>
border-color css

<style>
 span { border-color: #00227B; }

 span { border-color: rgb(0,34,123); }

 td.TdClassName
 {
   border-color: #00227B;
 }
 .TagClassName
 {
   border-color: #00227B;
 }
</style>