Html Css Color HEX #051568 Sapphire

📋 copy color: '#051568'

red 5 ◦ green 21 ◦ blue 104

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

Shades of Sapphire #051568

Tints of Sapphire #051568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 80%

R = 3.85%
G = 16.15%
B = 80%

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

#051568 (or 0x051568) is known color: Sapphire. HEX triplet: 05, 15 and 68. RGB value is (5,21,104). Sum of RGB (Red+Green+Blue) = 5+21+104=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #051568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051568 is #FAEA97. Grayscale: #191919. Windows color (decimal): -16444056 or 6821125. OLE color: 6821125.

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

Color convert

RGB 5 21 104 -
CMYK 0.95 0.80 0 0.59
HSL 230.3º 0.91% 0.21% -
HSV(B) 230.3º 0.95% 0.41% -
XYZ 2.83 1.57 13.25 -
YUV 25.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 5 21 104 0.95 0.80 0 0.59 230.3 0.91 0.21
Hex 5 15 68 5F 50 0 3B E6 5B 15
Octal 5 25 150 137 120 0 73 346 133 25
Binary 101 10101 1101000 1011111 1010000 0 111011 11100110 1011011 10101

Color Harmonies of #051568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051568

Black with #051568

Text Example


Text Example

White with #051568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051568; }

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

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

background-color css

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

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

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

border-color css

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

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

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