Html Css Color HEX #04224F Sapphire

📋 copy color: '#04224F'

red 4 ◦ green 34 ◦ blue 79

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

Shades of Sapphire #04224F

Tints of Sapphire #04224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 67.52%

R = 3.42%
G = 29.06%
B = 67.52%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04224F (or 0x04224F) is known color: Sapphire. HEX triplet: 04, 22 and 4F. RGB value is (4,34,79). Sum of RGB (Red+Green+Blue) = 4+34+79=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #04224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04224F is #FBDDB0. Grayscale: #1D1D1D. Windows color (decimal): -16506289 or 5186052. OLE color: 5186052.

HSL color Cylindrical-coordinate representation of color #04224F: hue angle of 216º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04224F is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 34 79 -
CMYK 0.95 0.57 0 0.69
HSL 216º 0.9% 0.16% -
HSV(B) 216º 0.95% 0.31% -
XYZ 2.03 1.73 7.62 -
YUV 30.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 4 34 79 0.95 0.57 0 0.69 216 0.9 0.16
Hex 4 22 4F 5F 39 0 45 D8 5A 10
Octal 4 42 117 137 71 0 105 330 132 20
Binary 100 100010 1001111 1011111 111001 0 1000101 11011000 1011010 10000

Color Harmonies of #04224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04224F

Black with #04224F

Text Example


Text Example

White with #04224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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