Html Css Color HEX #04296F Sapphire

📋 copy color: '#04296F'

red 4 ◦ green 41 ◦ blue 111

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

Shades of Sapphire #04296F

Tints of Sapphire #04296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

 BLUE value IS 111 (43.75% from 255) = 71.15%

R = 2.56%
G = 26.28%
B = 71.15%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04296F (or 0x04296F) is known color: Sapphire. HEX triplet: 04, 29 and 6F. RGB value is (4,41,111). Sum of RGB (Red+Green+Blue) = 4+41+111=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #04296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04296F is #FBD690. Grayscale: #252525. Windows color (decimal): -16504465 or 7284996. OLE color: 7284996.

HSL color Cylindrical-coordinate representation of color #04296F: hue angle of 219.25º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04296F is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 41 111 -
CMYK 0.96 0.63 0 0.56
HSL 219.25º 0.93% 0.23% -
HSV(B) 219.25º 0.96% 0.44% -
XYZ 3.71 2.76 15.38 -
YUV 37.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 4 41 111 0.96 0.63 0 0.56 219.25 0.93 0.23
Hex 4 29 6F 60 3F 0 38 DB 5D 17
Octal 4 51 157 140 77 0 70 333 135 27
Binary 100 101001 1101111 1100000 111111 0 111000 11011011 1011101 10111

Color Harmonies of #04296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04296F

Black with #04296F

Text Example


Text Example

White with #04296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04296F; }

 p { color: rgb(4,41,111); }

 H1.HeaderClassName
 {
   color: #04296F;
 }
 .AnyTagClassName
 {
   color: #04296F;
 }
</style>

background-color css

<style>
 a { background-color: #04296F; }

 a { background-color: rgb(4,41,111); }

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

border-color css

<style>
 span { border-color: #04296F; }

 span { border-color: rgb(4,41,111); }

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