#04237B

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

Shades of Sapphire #04237B

Tints of Sapphire #04237B

Color information

#04237B (or 0x04237B) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 7B. RGB value is (4,35,123). Sum of RGB (Red+Green+Blue) = 4+35+123=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #04237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04237B is #FBDC84. Grayscale: #232323. Windows color (decimal): -16505989 or 8069892. OLE color: 8069892.

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

Color convert

RGB435123-
CMYK0.970.7200.52
HSL224.37º93.7%24.9%-
HSV(B)224.37º96.75%48.24%-
XYZ4.232.6619.03-
YUV35.76177.23105.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 123 (48.44% from 255) = 75.93%
R=2.47%
G=21.60%
B=75.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4351230.970.7200.52224.3793.724.9
Hex4237B6148034e05e19
Octal44317314111006434013631
Binary100100011111101111000011001000011010011100000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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