#04237C

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

Shades of Sapphire #04237C

Tints of Sapphire #04237C

Color information

#04237C (or 0x04237C) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 7C. RGB value is (4,35,124). Sum of RGB (Red+Green+Blue) = 4+35+124=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #04237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04237C is #FBDC83. Grayscale: #232323. Windows color (decimal): -16505988 or 8135428. OLE color: 8135428.

HSL color Cylindrical-coordinate representation of color #04237C: hue angle of 224.5º 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 #04237C is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB435124-
CMYK0.970.7200.51
HSL224.5º93.75%25.1%-
HSV(B)224.5º96.77%48.63%-
XYZ4.292.6819.36-
YUV35.88177.73105.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 124 (48.83% from 255) = 76.07%
R=2.45%
G=21.47%
B=76.07%

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
Decimal4351240.970.7200.51224.593.7525.1
Hex4237C6148033e05e19
Octal44317414111006334013631
Binary100100011111110011000011001000011001111100000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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