Html Css Color HEX #051C68 Sapphire

📋 copy color: '#051C68'

red 5 ◦ green 28 ◦ blue 104

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

Shades of Sapphire #051C68

Tints of Sapphire #051C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.44%

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

R = 3.65%
G = 20.44%
B = 75.91%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051C68 (or 0x051C68) is known color: Sapphire. HEX triplet: 05, 1C and 68. RGB value is (5,28,104). Sum of RGB (Red+Green+Blue) = 5+28+104=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #051C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C68 is #FAE397. Grayscale: #1D1D1D. Windows color (decimal): -16442264 or 6822917. OLE color: 6822917.

HSL color Cylindrical-coordinate representation of color #051C68: hue angle of 226.06º 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 #051C68 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 28 104 -
CMYK 0.95 0.73 0 0.59
HSL 226.06º 0.91% 0.21% -
HSV(B) 226.06º 0.95% 0.41% -
XYZ 2.98 1.86 13.3 -
YUV 29.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 5 28 104 0.95 0.73 0 0.59 226.06 0.91 0.21
Hex 5 1C 68 5F 49 0 3B E2 5B 15
Octal 5 34 150 137 111 0 73 342 133 25
Binary 101 11100 1101000 1011111 1001001 0 111011 11100010 1011011 10101

Color Harmonies of #051C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C68

Black with #051C68

Text Example


Text Example

White with #051C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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