Html Css Color HEX #05226D Sapphire

📋 copy color: '#05226D'

red 5 ◦ green 34 ◦ blue 109

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

Shades of Sapphire #05226D

Tints of Sapphire #05226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 3.38%
G = 22.97%
B = 73.65%

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

#05226D (or 0x05226D) is known color: Sapphire. HEX triplet: 05, 22 and 6D. RGB value is (5,34,109). Sum of RGB (Red+Green+Blue) = 5+34+109=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #05226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05226D is #FADD92. Grayscale: #212121. Windows color (decimal): -16440723 or 7152133. OLE color: 7152133.

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

Color convert

RGB 5 34 109 -
CMYK 0.95 0.69 0 0.57
HSL 223.27º 0.91% 0.22% -
HSV(B) 223.27º 0.95% 0.43% -
XYZ 3.39 2.28 14.73 -
YUV 33.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 5 34 109 0.95 0.69 0 0.57 223.27 0.91 0.22
Hex 5 22 6D 5F 45 0 39 DF 5B 16
Octal 5 42 155 137 105 0 71 337 133 26
Binary 101 100010 1101101 1011111 1000101 0 111001 11011111 1011011 10110

Color Harmonies of #05226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05226D

Black with #05226D

Text Example


Text Example

White with #05226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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