Html Css Color HEX #051962 Sapphire

📋 copy color: '#051962'

red 5 ◦ green 25 ◦ blue 98

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

Shades of Sapphire #051962

Tints of Sapphire #051962

RGB

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

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

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

R = 3.91%
G = 19.53%
B = 76.56%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051962 (or 0x051962) is known color: Sapphire. HEX triplet: 05, 19 and 62. RGB value is (5,25,98). Sum of RGB (Red+Green+Blue) = 5+25+98=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #051962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051962 is #FAE69D. Grayscale: #1B1B1B. Windows color (decimal): -16443038 or 6428933. OLE color: 6428933.

HSL color Cylindrical-coordinate representation of color #051962: hue angle of 227.1º 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 #051962 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 25 98 -
CMYK 0.95 0.74 0 0.62
HSL 227.1º 0.9% 0.2% -
HSV(B) 227.1º 0.95% 0.38% -
XYZ 2.61 1.61 11.73 -
YUV 27.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 5 25 98 0.95 0.74 0 0.62 227.1 0.9 0.2
Hex 5 19 62 5F 4A 0 3E E3 5A 14
Octal 5 31 142 137 112 0 76 343 132 24
Binary 101 11001 1100010 1011111 1001010 0 111110 11100011 1011010 10100

Color Harmonies of #051962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051962

Black with #051962

Text Example


Text Example

White with #051962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051962; }

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

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

background-color css

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

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

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

border-color css

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

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

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