Html Css Color HEX #04226B Sapphire

📋 copy color: '#04226B'

red 4 ◦ green 34 ◦ blue 107

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

Shades of Sapphire #04226B

Tints of Sapphire #04226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.45%

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

R = 2.76%
G = 23.45%
B = 73.79%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04226B (or 0x04226B) is known color: Sapphire. HEX triplet: 04, 22 and 6B. RGB value is (4,34,107). Sum of RGB (Red+Green+Blue) = 4+34+107=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #04226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04226B is #FBDD94. Grayscale: #212121. Windows color (decimal): -16506261 or 7021060. OLE color: 7021060.

HSL color Cylindrical-coordinate representation of color #04226B: hue angle of 222.52º 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 #04226B is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 34 107 -
CMYK 0.96 0.68 0 0.58
HSL 222.52º 0.93% 0.22% -
HSV(B) 222.52º 0.96% 0.42% -
XYZ 3.28 2.23 14.17 -
YUV 33.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 4 34 107 0.96 0.68 0 0.58 222.52 0.93 0.22
Hex 4 22 6B 60 44 0 3A DF 5D 16
Octal 4 42 153 140 104 0 72 337 135 26
Binary 100 100010 1101011 1100000 1000100 0 111010 11011111 1011101 10110

Color Harmonies of #04226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04226B

Black with #04226B

Text Example


Text Example

White with #04226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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