Html Css Color HEX #051362 Sapphire

📋 copy color: '#051362'

red 5 ◦ green 19 ◦ blue 98

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

Shades of Sapphire #051362

Tints of Sapphire #051362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 4.1%
G = 15.57%
B = 80.33%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051362 (or 0x051362) is known color: Sapphire. HEX triplet: 05, 13 and 62. RGB value is (5,19,98). Sum of RGB (Red+Green+Blue) = 5+19+98=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #051362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051362 is #FAEC9D. Grayscale: #171717. Windows color (decimal): -16444574 or 6427397. OLE color: 6427397.

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

Color convert

RGB 5 19 98 -
CMYK 0.95 0.81 0 0.62
HSL 230.97º 0.9% 0.2% -
HSV(B) 230.97º 0.95% 0.38% -
XYZ 2.5 1.38 11.69 -
YUV 23.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 5 19 98 0.95 0.81 0 0.62 230.97 0.9 0.2
Hex 5 13 62 5F 51 0 3E E7 5A 14
Octal 5 23 142 137 121 0 76 347 132 24
Binary 101 10011 1100010 1011111 1010001 0 111110 11100111 1011010 10100

Color Harmonies of #051362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051362

Black with #051362

Text Example


Text Example

White with #051362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051362; }

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

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

background-color css

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

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

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

border-color css

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

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

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