Html Css Color HEX #051572 Sapphire

📋 copy color: '#051572'

red 5 ◦ green 21 ◦ blue 114

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

Shades of Sapphire #051572

Tints of Sapphire #051572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 114 (44.92% from 255) = 81.43%

R = 3.57%
G = 15%
B = 81.43%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#051572 (or 0x051572) is known color: Sapphire. HEX triplet: 05, 15 and 72. RGB value is (5,21,114). Sum of RGB (Red+Green+Blue) = 5+21+114=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #051572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051572 is #FAEA8D. Grayscale: #1A1A1A. Windows color (decimal): -16444046 or 7476485. OLE color: 7476485.

HSL color Cylindrical-coordinate representation of color #051572: hue angle of 231.19º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051572 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 21 114 -
CMYK 0.96 0.82 0 0.55
HSL 231.19º 0.92% 0.23% -
HSV(B) 231.19º 0.96% 0.45% -
XYZ 3.37 1.78 16.09 -
YUV 26.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 5 21 114 0.96 0.82 0 0.55 231.19 0.92 0.23
Hex 5 15 72 60 52 0 37 E7 5C 17
Octal 5 25 162 140 122 0 67 347 134 27
Binary 101 10101 1110010 1100000 1010010 0 110111 11100111 1011100 10111

Color Harmonies of #051572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051572

Black with #051572

Text Example


Text Example

White with #051572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051572; }

 p { color: rgb(5,21,114); }

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

background-color css

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

 a { background-color: rgb(5,21,114); }

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

border-color css

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

 span { border-color: rgb(5,21,114); }

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