Html Css Color HEX #05226F Sapphire

📋 copy color: '#05226F'

red 5 ◦ green 34 ◦ blue 111

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

Shades of Sapphire #05226F

Tints of Sapphire #05226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 74%

R = 3.33%
G = 22.67%
B = 74%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05226F (or 0x05226F) is known color: Sapphire. HEX triplet: 05, 22 and 6F. RGB value is (5,34,111). Sum of RGB (Red+Green+Blue) = 5+34+111=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #05226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05226F is #FADD90. Grayscale: #212121. Windows color (decimal): -16440721 or 7283205. OLE color: 7283205.

HSL color Cylindrical-coordinate representation of color #05226F: hue angle of 223.58º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05226F is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 34 111 -
CMYK 0.95 0.69 0 0.56
HSL 223.58º 0.91% 0.23% -
HSV(B) 223.58º 0.95% 0.44% -
XYZ 3.5 2.32 15.3 -
YUV 34.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 5 34 111 0.95 0.69 0 0.56 223.58 0.91 0.23
Hex 5 22 6F 5F 45 0 38 E0 5B 17
Octal 5 42 157 137 105 0 70 340 133 27
Binary 101 100010 1101111 1011111 1000101 0 111000 11100000 1011011 10111

Color Harmonies of #05226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05226F

Black with #05226F

Text Example


Text Example

White with #05226F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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