Html Css Color HEX #051D5C Sapphire

📋 copy color: '#051D5C'

red 5 ◦ green 29 ◦ blue 92

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

Shades of Sapphire #051D5C

Tints of Sapphire #051D5C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.02%

 BLUE value IS 92 (36.33% from 255) = 73.02%

R = 3.97%
G = 23.02%
B = 73.02%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#051D5C (or 0x051D5C) is known color: Sapphire. HEX triplet: 05, 1D and 5C. RGB value is (5,29,92). Sum of RGB (Red+Green+Blue) = 5+29+92=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #051D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D5C is #FAE2A3. Grayscale: #1C1C1C. Windows color (decimal): -16442020 or 6036741. OLE color: 6036741.

HSL color Cylindrical-coordinate representation of color #051D5C: hue angle of 223.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051D5C is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 29 92 -
CMYK 0.95 0.68 0 0.64
HSL 223.45º 0.9% 0.19% -
HSV(B) 223.45º 0.95% 0.36% -
XYZ 2.43 1.68 10.32 -
YUV 29.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 5 29 92 0.95 0.68 0 0.64 223.45 0.9 0.19
Hex 5 1D 5C 5F 44 0 40 DF 5A 13
Octal 5 35 134 137 104 0 100 337 132 23
Binary 101 11101 1011100 1011111 1000100 0 1000000 11011111 1011010 10011

Color Harmonies of #051D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D5C

Black with #051D5C

Text Example


Text Example

White with #051D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,29,92); }

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

background-color css

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

 a { background-color: rgb(5,29,92); }

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

border-color css

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

 span { border-color: rgb(5,29,92); }

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