Html Css Color HEX #051C6E Sapphire

📋 copy color: '#051C6E'

red 5 ◦ green 28 ◦ blue 110

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

Shades of Sapphire #051C6E

Tints of Sapphire #051C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 76.92%

R = 3.5%
G = 19.58%
B = 76.92%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#051C6E (or 0x051C6E) is known color: Sapphire. HEX triplet: 05, 1C and 6E. RGB value is (5,28,110). Sum of RGB (Red+Green+Blue) = 5+28+110=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #051C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C6E is #FAE391. Grayscale: #1E1E1E. Windows color (decimal): -16442258 or 7216133. OLE color: 7216133.

HSL color Cylindrical-coordinate representation of color #051C6E: hue angle of 226.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051C6E is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 28 110 -
CMYK 0.95 0.75 0 0.57
HSL 226.86º 0.91% 0.23% -
HSV(B) 226.86º 0.95% 0.43% -
XYZ 3.29 1.99 14.96 -
YUV 30.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 5 28 110 0.95 0.75 0 0.57 226.86 0.91 0.23
Hex 5 1C 6E 5F 4B 0 39 E3 5B 17
Octal 5 34 156 137 113 0 71 343 133 27
Binary 101 11100 1101110 1011111 1001011 0 111001 11100011 1011011 10111

Color Harmonies of #051C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C6E

Black with #051C6E

Text Example


Text Example

White with #051C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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