Html Css Color HEX #051964 Sapphire

📋 copy color: '#051964'

red 5 ◦ green 25 ◦ blue 100

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

Shades of Sapphire #051964

Tints of Sapphire #051964

RGB

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

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

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

R = 3.85%
G = 19.23%
B = 76.92%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051964 (or 0x051964) is known color: Sapphire. HEX triplet: 05, 19 and 64. RGB value is (5,25,100). Sum of RGB (Red+Green+Blue) = 5+25+100=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 100 (39.45% from 255 or 76.92% from 130); Max value from RGB is 100 - color contains mainly: blue. Hex color #051964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051964 is #FAE69B. Grayscale: #1B1B1B. Windows color (decimal): -16443036 or 6560005. OLE color: 6560005.

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

Color convert

RGB 5 25 100 -
CMYK 0.95 0.75 0 0.61
HSL 227.37º 0.9% 0.21% -
HSV(B) 227.37º 0.95% 0.39% -
XYZ 2.71 1.65 12.23 -
YUV 27.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 5 25 100 0.95 0.75 0 0.61 227.37 0.9 0.21
Hex 5 19 64 5F 4B 0 3D E3 5A 15
Octal 5 31 144 137 113 0 75 343 132 25
Binary 101 11001 1100100 1011111 1001011 0 111101 11100011 1011010 10101

Color Harmonies of #051964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051964

Black with #051964

Text Example


Text Example

White with #051964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051964; }

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

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

background-color css

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

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

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

border-color css

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

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

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