Html Css Color HEX #04224A Sapphire

📋 copy color: '#04224A'

red 4 ◦ green 34 ◦ blue 74

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

Shades of Sapphire #04224A

Tints of Sapphire #04224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.07%

R = 3.57%
G = 30.36%
B = 66.07%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04224A (or 0x04224A) is known color: Sapphire. HEX triplet: 04, 22 and 4A. RGB value is (4,34,74). Sum of RGB (Red+Green+Blue) = 4+34+74=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #04224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04224A is #FBDDB5. Grayscale: #1D1D1D. Windows color (decimal): -16506294 or 4858372. OLE color: 4858372.

HSL color Cylindrical-coordinate representation of color #04224A: hue angle of 214.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04224A is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 34 74 -
CMYK 0.95 0.54 0 0.71
HSL 214.29º 0.9% 0.15% -
HSV(B) 214.29º 0.95% 0.29% -
XYZ 1.86 1.66 6.7 -
YUV 29.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 4 34 74 0.95 0.54 0 0.71 214.29 0.9 0.15
Hex 4 22 4A 5F 36 0 47 D6 5A F
Octal 4 42 112 137 66 0 107 326 132 17
Binary 100 100010 1001010 1011111 110110 0 1000111 11010110 1011010 1111

Color Harmonies of #04224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04224A

Black with #04224A

Text Example


Text Example

White with #04224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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