Html Css Color HEX #05226E Sapphire

📋 copy color: '#05226E'

red 5 ◦ green 34 ◦ blue 110

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

Shades of Sapphire #05226E

Tints of Sapphire #05226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 73.83%

R = 3.36%
G = 22.82%
B = 73.83%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05226E (or 0x05226E) is known color: Sapphire. HEX triplet: 05, 22 and 6E. RGB value is (5,34,110). Sum of RGB (Red+Green+Blue) = 5+34+110=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #05226E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05226E is #FADD91. Grayscale: #212121. Windows color (decimal): -16440722 or 7217669. OLE color: 7217669.

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

Color convert

RGB 5 34 110 -
CMYK 0.95 0.69 0 0.57
HSL 223.43º 0.91% 0.23% -
HSV(B) 223.43º 0.95% 0.43% -
XYZ 3.45 2.3 15.01 -
YUV 33.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 5 34 110 0.95 0.69 0 0.57 223.43 0.91 0.23
Hex 5 22 6E 5F 45 0 39 DF 5B 17
Octal 5 42 156 137 105 0 71 337 133 27
Binary 101 100010 1101110 1011111 1000101 0 111001 11011111 1011011 10111

Color Harmonies of #05226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05226E

Black with #05226E

Text Example


Text Example

White with #05226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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