Html Css Color HEX #051569 Sapphire

📋 copy color: '#051569'

red 5 ◦ green 21 ◦ blue 105

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

Shades of Sapphire #051569

Tints of Sapphire #051569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 80.15%

R = 3.82%
G = 16.03%
B = 80.15%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051569 (or 0x051569) is known color: Sapphire. HEX triplet: 05, 15 and 69. RGB value is (5,21,105). Sum of RGB (Red+Green+Blue) = 5+21+105=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #051569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051569 is #FAEA96. Grayscale: #191919. Windows color (decimal): -16444055 or 6886661. OLE color: 6886661.

HSL color Cylindrical-coordinate representation of color #051569: hue angle of 230.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051569 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 21 105 -
CMYK 0.95 0.80 0 0.59
HSL 230.4º 0.91% 0.22% -
HSV(B) 230.4º 0.95% 0.41% -
XYZ 2.88 1.59 13.52 -
YUV 25.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 5 21 105 0.95 0.80 0 0.59 230.4 0.91 0.22
Hex 5 15 69 5F 50 0 3B E6 5B 16
Octal 5 25 151 137 120 0 73 346 133 26
Binary 101 10101 1101001 1011111 1010000 0 111011 11100110 1011011 10110

Color Harmonies of #051569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051569

Black with #051569

Text Example


Text Example

White with #051569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051569; }

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

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

background-color css

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

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

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

border-color css

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

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

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