Html Css Color HEX #051953 Sapphire

📋 copy color: '#051953'

red 5 ◦ green 25 ◦ blue 83

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

Shades of Sapphire #051953

Tints of Sapphire #051953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 4.42%
G = 22.12%
B = 73.45%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051953 (or 0x051953) is known color: Sapphire. HEX triplet: 05, 19 and 53. RGB value is (5,25,83). Sum of RGB (Red+Green+Blue) = 5+25+83=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #051953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051953 is #FAE6AC. Grayscale: #191919. Windows color (decimal): -16443053 or 5445893. OLE color: 5445893.

HSL color Cylindrical-coordinate representation of color #051953: hue angle of 224.62º 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 #051953 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 25 83 -
CMYK 0.94 0.70 0 0.67
HSL 224.62º 0.89% 0.17% -
HSV(B) 224.62º 0.94% 0.33% -
XYZ 1.97 1.35 8.34 -
YUV 25.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 5 25 83 0.94 0.70 0 0.67 224.62 0.89 0.17
Hex 5 19 53 5E 46 0 43 E1 59 11
Octal 5 31 123 136 106 0 103 341 131 21
Binary 101 11001 1010011 1011110 1000110 0 1000011 11100001 1011001 10001

Color Harmonies of #051953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051953

Black with #051953

Text Example


Text Example

White with #051953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051953; }

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

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

background-color css

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

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

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

border-color css

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

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

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