Html Css Color HEX #04224B Sapphire

📋 copy color: '#04224B'

red 4 ◦ green 34 ◦ blue 75

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

Shades of Sapphire #04224B

Tints of Sapphire #04224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 66.37%

R = 3.54%
G = 30.09%
B = 66.37%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04224B (or 0x04224B) is known color: Sapphire. HEX triplet: 04, 22 and 4B. RGB value is (4,34,75). Sum of RGB (Red+Green+Blue) = 4+34+75=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #04224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04224B is #FBDDB4. Grayscale: #1D1D1D. Windows color (decimal): -16506293 or 4923908. OLE color: 4923908.

HSL color Cylindrical-coordinate representation of color #04224B: hue angle of 214.65º 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 #04224B is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 34 75 -
CMYK 0.95 0.55 0 0.71
HSL 214.65º 0.9% 0.15% -
HSV(B) 214.65º 0.95% 0.29% -
XYZ 1.89 1.68 6.88 -
YUV 29.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 4 34 75 0.95 0.55 0 0.71 214.65 0.9 0.15
Hex 4 22 4B 5F 37 0 47 D7 5A F
Octal 4 42 113 137 67 0 107 327 132 17
Binary 100 100010 1001011 1011111 110111 0 1000111 11010111 1011010 1111

Color Harmonies of #04224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04224B

Black with #04224B

Text Example


Text Example

White with #04224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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