Html Css Color HEX #051464 Sapphire

📋 copy color: '#051464'

red 5 ◦ green 20 ◦ blue 100

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

Shades of Sapphire #051464

Tints of Sapphire #051464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

 BLUE value IS 100 (39.45% from 255) = 80%

R = 4%
G = 16%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.8

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051464 (or 0x051464) is known color: Sapphire. HEX triplet: 05, 14 and 64. RGB value is (5,20,100). Sum of RGB (Red+Green+Blue) = 5+20+100=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #051464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051464 is #FAEB9B. Grayscale: #181818. Windows color (decimal): -16444316 or 6558725. OLE color: 6558725.

HSL color Cylindrical-coordinate representation of color #051464: hue angle of 230.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051464 is Cyan = 0.95, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 20 100 -
CMYK 0.95 0.8 0 0.61
HSL 230.53º 0.9% 0.21% -
HSV(B) 230.53º 0.95% 0.39% -
XYZ 2.61 1.45 12.2 -
YUV 24.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 5 20 100 0.95 0.8 0 0.61 230.53 0.9 0.21
Hex 5 14 64 5F 50 0 3D E7 5A 15
Octal 5 24 144 137 120 0 75 347 132 25
Binary 101 10100 1100100 1011111 1010000 0 111101 11100111 1011010 10101

Color Harmonies of #051464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051464

Black with #051464

Text Example


Text Example

White with #051464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051464; }

 p { color: rgb(5,20,100); }

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

background-color css

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

 a { background-color: rgb(5,20,100); }

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

border-color css

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

 span { border-color: rgb(5,20,100); }

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