Html Css Color HEX #051D66 Sapphire

📋 copy color: '#051D66'

red 5 ◦ green 29 ◦ blue 102

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

Shades of Sapphire #051D66

Tints of Sapphire #051D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

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

R = 3.68%
G = 21.32%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#051D66 (or 0x051D66) is known color: Sapphire. HEX triplet: 05, 1D and 66. RGB value is (5,29,102). Sum of RGB (Red+Green+Blue) = 5+29+102=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #051D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D66 is #FAE299. Grayscale: #1D1D1D. Windows color (decimal): -16442010 or 6692101. OLE color: 6692101.

HSL color Cylindrical-coordinate representation of color #051D66: hue angle of 225.15º 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 #051D66 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 29 102 -
CMYK 0.95 0.72 0 0.6
HSL 225.15º 0.91% 0.21% -
HSV(B) 225.15º 0.95% 0.4% -
XYZ 2.9 1.87 12.78 -
YUV 30.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 5 29 102 0.95 0.72 0 0.6 225.15 0.91 0.21
Hex 5 1D 66 5F 48 0 3C E1 5B 15
Octal 5 35 146 137 110 0 74 341 133 25
Binary 101 11101 1100110 1011111 1001000 0 111100 11100001 1011011 10101

Color Harmonies of #051D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D66

Black with #051D66

Text Example


Text Example

White with #051D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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