Html Css Color HEX #05224D Sapphire

📋 copy color: '#05224D'

red 5 ◦ green 34 ◦ blue 77

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

Shades of Sapphire #05224D

Tints of Sapphire #05224D

RGB

 RED value IS 5 (2.34% from 255) = 4.31%

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

 BLUE value IS 77 (30.47% from 255) = 66.38%

R = 4.31%
G = 29.31%
B = 66.38%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05224D (or 0x05224D) is known color: Sapphire. HEX triplet: 05, 22 and 4D. RGB value is (5,34,77). Sum of RGB (Red+Green+Blue) = 5+34+77=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #05224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05224D is #FADDB2. Grayscale: #1E1E1E. Windows color (decimal): -16440755 or 5054981. OLE color: 5054981.

HSL color Cylindrical-coordinate representation of color #05224D: hue angle of 215.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05224D is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 34 77 -
CMYK 0.94 0.56 0 0.70
HSL 215.83º 0.88% 0.16% -
HSV(B) 215.83º 0.94% 0.3% -
XYZ 1.97 1.71 7.25 -
YUV 30.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 5 34 77 0.94 0.56 0 0.70 215.83 0.88 0.16
Hex 5 22 4D 5E 38 0 46 D8 58 10
Octal 5 42 115 136 70 0 106 330 130 20
Binary 101 100010 1001101 1011110 111000 0 1000110 11011000 1011000 10000

Color Harmonies of #05224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05224D

Black with #05224D

Text Example


Text Example

White with #05224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,34,77); }

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

background-color css

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

 a { background-color: rgb(5,34,77); }

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

border-color css

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

 span { border-color: rgb(5,34,77); }

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