Html Css Color HEX #051966 Sapphire

📋 copy color: '#051966'

red 5 ◦ green 25 ◦ blue 102

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

Shades of Sapphire #051966

Tints of Sapphire #051966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 102 (40.23% from 255) = 77.27%

R = 3.79%
G = 18.94%
B = 77.27%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#051966 (or 0x051966) is known color: Sapphire. HEX triplet: 05, 19 and 66. RGB value is (5,25,102). Sum of RGB (Red+Green+Blue) = 5+25+102=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #051966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051966 is #FAE699. Grayscale: #1B1B1B. Windows color (decimal): -16443034 or 6691077. OLE color: 6691077.

HSL color Cylindrical-coordinate representation of color #051966: hue angle of 227.63º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051966 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 25 102 -
CMYK 0.95 0.75 0 0.6
HSL 227.63º 0.91% 0.21% -
HSV(B) 227.63º 0.95% 0.4% -
XYZ 2.81 1.69 12.75 -
YUV 27.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 5 25 102 0.95 0.75 0 0.6 227.63 0.91 0.21
Hex 5 19 66 5F 4B 0 3C E4 5B 15
Octal 5 31 146 137 113 0 74 344 133 25
Binary 101 11001 1100110 1011111 1001011 0 111100 11100100 1011011 10101

Color Harmonies of #051966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051966

Black with #051966

Text Example


Text Example

White with #051966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051966; }

 p { color: rgb(5,25,102); }

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

background-color css

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

 a { background-color: rgb(5,25,102); }

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

border-color css

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

 span { border-color: rgb(5,25,102); }

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