#04237E

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

Shades of Sapphire #04237E

Tints of Sapphire #04237E

Color information

#04237E (or 0x04237E) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 7E. RGB value is (4,35,126). Sum of RGB (Red+Green+Blue) = 4+35+126=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #04237E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04237E is #FBDC81. Grayscale: #232323. Windows color (decimal): -16505986 or 8266500. OLE color: 8266500.

HSL color Cylindrical-coordinate representation of color #04237E: hue angle of 224.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04237E is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB435126-
CMYK0.970.7200.51
HSL224.75º93.85%25.49%-
HSV(B)224.75º96.83%49.41%-
XYZ4.422.7320.03-
YUV36.11178.73105.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 126 (49.61% from 255) = 76.36%
R=2.42%
G=21.21%
B=76.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4351260.970.7200.51224.7593.8525.49
Hex4237E6148033e15e19
Octal44317614111006334113631
Binary100100011111111011000011001000011001111100001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04237E; }

 p { color: rgb(4,35,126); }

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

<style>
 a { background-color: #04237E; }

 a { background-color: rgb(4,35,126); }

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

<style>
 span { border-color: #04237E; }

 span { border-color: rgb(4,35,126); }

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