Html Css Color HEX #051D68 Sapphire

📋 copy color: '#051D68'

red 5 ◦ green 29 ◦ blue 104

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

Shades of Sapphire #051D68

Tints of Sapphire #051D68

RGB

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

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

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

R = 3.62%
G = 21.01%
B = 75.36%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051D68 (or 0x051D68) is known color: Sapphire. HEX triplet: 05, 1D and 68. RGB value is (5,29,104). Sum of RGB (Red+Green+Blue) = 5+29+104=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #051D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D68 is #FAE297. Grayscale: #1E1E1E. Windows color (decimal): -16442008 or 6823173. OLE color: 6823173.

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

Color convert

RGB 5 29 104 -
CMYK 0.95 0.72 0 0.59
HSL 225.45º 0.91% 0.21% -
HSV(B) 225.45º 0.95% 0.41% -
XYZ 3 1.91 13.31 -
YUV 30.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 5 29 104 0.95 0.72 0 0.59 225.45 0.91 0.21
Hex 5 1D 68 5F 48 0 3B E1 5B 15
Octal 5 35 150 137 110 0 73 341 133 25
Binary 101 11101 1101000 1011111 1001000 0 111011 11100001 1011011 10101

Color Harmonies of #051D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051D68

Black with #051D68

Text Example


Text Example

White with #051D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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