Html Css Color HEX #04227D Sapphire

📋 copy color: '#04227D'

red 4 ◦ green 34 ◦ blue 125

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

Shades of Sapphire #04227D

Tints of Sapphire #04227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 76.69%

R = 2.45%
G = 20.86%
B = 76.69%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04227D (or 0x04227D) is known color: Sapphire. HEX triplet: 04, 22 and 7D. RGB value is (4,34,125). Sum of RGB (Red+Green+Blue) = 4+34+125=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #04227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04227D is #FBDD82. Grayscale: #232323. Windows color (decimal): -16506243 or 8200708. OLE color: 8200708.

HSL color Cylindrical-coordinate representation of color #04227D: hue angle of 225.12º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04227D is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 34 125 -
CMYK 0.97 0.73 0 0.51
HSL 225.12º 0.94% 0.25% -
HSV(B) 225.12º 0.97% 0.49% -
XYZ 4.32 2.65 19.69 -
YUV 35.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 4 34 125 0.97 0.73 0 0.51 225.12 0.94 0.25
Hex 4 22 7D 61 49 0 33 E1 5E 19
Octal 4 42 175 141 111 0 63 341 136 31
Binary 100 100010 1111101 1100001 1001001 0 110011 11100001 1011110 11001

Color Harmonies of #04227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04227D

Black with #04227D

Text Example


Text Example

White with #04227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04227D; }

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

 H1.HeaderClassName
 {
   color: #04227D;
 }
 .AnyTagClassName
 {
   color: #04227D;
 }
</style>

background-color css

<style>
 a { background-color: #04227D; }

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

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

border-color css

<style>
 span { border-color: #04227D; }

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

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