Html Css Color HEX #04296E Sapphire

📋 copy color: '#04296E'

red 4 ◦ green 41 ◦ blue 110

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

Shades of Sapphire #04296E

Tints of Sapphire #04296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 70.97%

R = 2.58%
G = 26.45%
B = 70.97%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04296E (or 0x04296E) is known color: Sapphire. HEX triplet: 04, 29 and 6E. RGB value is (4,41,110). Sum of RGB (Red+Green+Blue) = 4+41+110=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #04296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04296E is #FBD691. Grayscale: #252525. Windows color (decimal): -16504466 or 7219460. OLE color: 7219460.

HSL color Cylindrical-coordinate representation of color #04296E: hue angle of 219.06º 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 #04296E is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 41 110 -
CMYK 0.96 0.63 0 0.57
HSL 219.06º 0.93% 0.22% -
HSV(B) 219.06º 0.96% 0.43% -
XYZ 3.66 2.74 15.09 -
YUV 37.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 4 41 110 0.96 0.63 0 0.57 219.06 0.93 0.22
Hex 4 29 6E 60 3F 0 39 DB 5D 16
Octal 4 51 156 140 77 0 71 333 135 26
Binary 100 101001 1101110 1100000 111111 0 111001 11011011 1011101 10110

Color Harmonies of #04296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04296E

Black with #04296E

Text Example


Text Example

White with #04296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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