Html Css Color HEX #05226C Sapphire

📋 copy color: '#05226C'

red 5 ◦ green 34 ◦ blue 108

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

Shades of Sapphire #05226C

Tints of Sapphire #05226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 73.47%

R = 3.4%
G = 23.13%
B = 73.47%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05226C (or 0x05226C) is known color: Sapphire. HEX triplet: 05, 22 and 6C. RGB value is (5,34,108). Sum of RGB (Red+Green+Blue) = 5+34+108=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #05226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05226C is #FADD93. Grayscale: #212121. Windows color (decimal): -16440724 or 7086597. OLE color: 7086597.

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

Color convert

RGB 5 34 108 -
CMYK 0.95 0.69 0 0.58
HSL 223.11º 0.91% 0.22% -
HSV(B) 223.11º 0.95% 0.42% -
XYZ 3.34 2.26 14.45 -
YUV 33.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 5 34 108 0.95 0.69 0 0.58 223.11 0.91 0.22
Hex 5 22 6C 5F 45 0 3A DF 5B 16
Octal 5 42 154 137 105 0 72 337 133 26
Binary 101 100010 1101100 1011111 1000101 0 111010 11011111 1011011 10110

Color Harmonies of #05226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05226C

Black with #05226C

Text Example


Text Example

White with #05226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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