Html Css Color HEX #04296B Sapphire

📋 copy color: '#04296B'

red 4 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #04296B

Tints of Sapphire #04296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 2.63%
G = 26.97%
B = 70.39%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04296B (or 0x04296B) is known color: Sapphire. HEX triplet: 04, 29 and 6B. RGB value is (4,41,107). Sum of RGB (Red+Green+Blue) = 4+41+107=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #04296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04296B is #FBD694. Grayscale: #252525. Windows color (decimal): -16504469 or 7022852. OLE color: 7022852.

HSL color Cylindrical-coordinate representation of color #04296B: hue angle of 218.45º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04296B is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 41 107 -
CMYK 0.96 0.62 0 0.58
HSL 218.45º 0.93% 0.22% -
HSV(B) 218.45º 0.96% 0.42% -
XYZ 3.5 2.67 14.24 -
YUV 37.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 4 41 107 0.96 0.62 0 0.58 218.45 0.93 0.22
Hex 4 29 6B 60 3E 0 3A DA 5D 16
Octal 4 51 153 140 76 0 72 332 135 26
Binary 100 101001 1101011 1100000 111110 0 111010 11011010 1011101 10110

Color Harmonies of #04296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04296B

Black with #04296B

Text Example


Text Example

White with #04296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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