Html Css Color HEX #051262 Sapphire

📋 copy color: '#051262'

red 5 ◦ green 18 ◦ blue 98

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

Shades of Sapphire #051262

Tints of Sapphire #051262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 98 (38.67% from 255) = 80.99%

R = 4.13%
G = 14.88%
B = 80.99%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051262 (or 0x051262) is known color: Sapphire. HEX triplet: 05, 12 and 62. RGB value is (5,18,98). Sum of RGB (Red+Green+Blue) = 5+18+98=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #051262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051262 is #FAED9D. Grayscale: #161616. Windows color (decimal): -16444830 or 6427141. OLE color: 6427141.

HSL color Cylindrical-coordinate representation of color #051262: hue angle of 231.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051262 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 18 98 -
CMYK 0.95 0.82 0 0.62
HSL 231.61º 0.9% 0.2% -
HSV(B) 231.61º 0.95% 0.38% -
XYZ 2.48 1.35 11.68 -
YUV 23.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 5 18 98 0.95 0.82 0 0.62 231.61 0.9 0.2
Hex 5 12 62 5F 52 0 3E E8 5A 14
Octal 5 22 142 137 122 0 76 350 132 24
Binary 101 10010 1100010 1011111 1010010 0 111110 11101000 1011010 10100

Color Harmonies of #051262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051262

Black with #051262

Text Example


Text Example

White with #051262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051262; }

 p { color: rgb(5,18,98); }

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

background-color css

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

 a { background-color: rgb(5,18,98); }

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

border-color css

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

 span { border-color: rgb(5,18,98); }

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