Html Css Color HEX #05266D Sapphire

📋 copy color: '#05266D'

red 5 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #05266D

Tints of Sapphire #05266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

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

R = 3.29%
G = 25%
B = 71.71%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05266D (or 0x05266D) is known color: Sapphire. HEX triplet: 05, 26 and 6D. RGB value is (5,38,109). Sum of RGB (Red+Green+Blue) = 5+38+109=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #05266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05266D is #FAD992. Grayscale: #232323. Windows color (decimal): -16439699 or 7153157. OLE color: 7153157.

HSL color Cylindrical-coordinate representation of color #05266D: hue angle of 220.96º 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 #05266D is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 38 109 -
CMYK 0.95 0.65 0 0.57
HSL 220.96º 0.91% 0.22% -
HSV(B) 220.96º 0.95% 0.43% -
XYZ 3.52 2.52 14.77 -
YUV 36.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 5 38 109 0.95 0.65 0 0.57 220.96 0.91 0.22
Hex 5 26 6D 5F 41 0 39 DD 5B 16
Octal 5 46 155 137 101 0 71 335 133 26
Binary 101 100110 1101101 1011111 1000001 0 111001 11011101 1011011 10110

Color Harmonies of #05266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05266D

Black with #05266D

Text Example


Text Example

White with #05266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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