Html Css Color HEX #05266E Sapphire

📋 copy color: '#05266E'

red 5 ◦ green 38 ◦ blue 110

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

Shades of Sapphire #05266E

Tints of Sapphire #05266E

RGB

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

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

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

R = 3.27%
G = 24.84%
B = 71.9%

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

#05266E (or 0x05266E) is known color: Sapphire. HEX triplet: 05, 26 and 6E. RGB value is (5,38,110). Sum of RGB (Red+Green+Blue) = 5+38+110=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #05266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05266E is #FAD991. Grayscale: #242424. Windows color (decimal): -16439698 or 7218693. OLE color: 7218693.

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

Color convert

RGB 5 38 110 -
CMYK 0.95 0.65 0 0.57
HSL 221.14º 0.91% 0.23% -
HSV(B) 221.14º 0.95% 0.43% -
XYZ 3.57 2.54 15.05 -
YUV 36.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 5 38 110 0.95 0.65 0 0.57 221.14 0.91 0.23
Hex 5 26 6E 5F 41 0 39 DD 5B 17
Octal 5 46 156 137 101 0 71 335 133 27
Binary 101 100110 1101110 1011111 1000001 0 111001 11011101 1011011 10111

Color Harmonies of #05266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05266E

Black with #05266E

Text Example


Text Example

White with #05266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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