Html Css Color HEX #04236D Sapphire

📋 copy color: '#04236D'

red 4 ◦ green 35 ◦ blue 109

#04236D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #04236D

Tints of Sapphire #04236D

RGB

 RED value IS 4 (1.95% from 255) = 2.7%

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 2.7%
G = 23.65%
B = 73.65%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04236D (or 0x04236D) is known color: Sapphire. HEX triplet: 04, 23 and 6D. RGB value is (4,35,109). Sum of RGB (Red+Green+Blue) = 4+35+109=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #04236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04236D is #FBDC92. Grayscale: #212121. Windows color (decimal): -16506003 or 7152388. OLE color: 7152388.

HSL color Cylindrical-coordinate representation of color #04236D: hue angle of 222.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04236D is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 35 109 -
CMYK 0.96 0.68 0 0.57
HSL 222.29º 0.93% 0.22% -
HSV(B) 222.29º 0.96% 0.43% -
XYZ 3.41 2.33 14.74 -
YUV 34.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 4 35 109 0.96 0.68 0 0.57 222.29 0.93 0.22
Hex 4 23 6D 60 44 0 39 DE 5D 16
Octal 4 43 155 140 104 0 71 336 135 26
Binary 100 100011 1101101 1100000 1000100 0 111001 11011110 1011101 10110

Color Harmonies of #04236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04236D

Black with #04236D

Text Example


Text Example

White with #04236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04236D; }

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

 H1.HeaderClassName
 {
   color: #04236D;
 }
 .AnyTagClassName
 {
   color: #04236D;
 }
</style>

background-color css

<style>
 a { background-color: #04236D; }

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

 div.DivClassName
 {
   background-color: #04236D;
 }
 .BgClassName
 {
   background-color: #04236D;
 }
</style>

border-color css

<style>
 span { border-color: #04236D; }

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

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