Html Css Color HEX #051353 Sapphire

📋 copy color: '#051353'

red 5 ◦ green 19 ◦ blue 83

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

Shades of Sapphire #051353

Tints of Sapphire #051353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

 BLUE value IS 83 (32.81% from 255) = 77.57%

R = 4.67%
G = 17.76%
B = 77.57%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051353 (or 0x051353) is known color: Sapphire. HEX triplet: 05, 13 and 53. RGB value is (5,19,83). Sum of RGB (Red+Green+Blue) = 5+19+83=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #051353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051353 is #FAECAC. Grayscale: #151515. Windows color (decimal): -16444589 or 5444357. OLE color: 5444357.

HSL color Cylindrical-coordinate representation of color #051353: hue angle of 229.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051353 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 19 83 -
CMYK 0.94 0.77 0 0.67
HSL 229.23º 0.89% 0.17% -
HSV(B) 229.23º 0.94% 0.33% -
XYZ 1.86 1.12 8.3 -
YUV 22.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 5 19 83 0.94 0.77 0 0.67 229.23 0.89 0.17
Hex 5 13 53 5E 4D 0 43 E5 59 11
Octal 5 23 123 136 115 0 103 345 131 21
Binary 101 10011 1010011 1011110 1001101 0 1000011 11100101 1011001 10001

Color Harmonies of #051353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051353

Black with #051353

Text Example


Text Example

White with #051353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051353; }

 p { color: rgb(5,19,83); }

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

background-color css

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

 a { background-color: rgb(5,19,83); }

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

border-color css

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

 span { border-color: rgb(5,19,83); }

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