Html Css Color HEX #051653 Sapphire

📋 copy color: '#051653'

red 5 ◦ green 22 ◦ blue 83

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

Shades of Sapphire #051653

Tints of Sapphire #051653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20%

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

R = 4.55%
G = 20%
B = 75.45%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#051653 (or 0x051653) is known color: Sapphire. HEX triplet: 05, 16 and 53. RGB value is (5,22,83). Sum of RGB (Red+Green+Blue) = 5+22+83=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #051653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051653 is #FAE9AC. Grayscale: #171717. Windows color (decimal): -16443821 or 5445125. OLE color: 5445125.

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

Color convert

RGB 5 22 83 -
CMYK 0.94 0.73 0 0.67
HSL 226.92º 0.89% 0.17% -
HSV(B) 226.92º 0.94% 0.33% -
XYZ 1.91 1.23 8.32 -
YUV 23.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 5 22 83 0.94 0.73 0 0.67 226.92 0.89 0.17
Hex 5 16 53 5E 49 0 43 E3 59 11
Octal 5 26 123 136 111 0 103 343 131 21
Binary 101 10110 1010011 1011110 1001001 0 1000011 11100011 1011001 10001

Color Harmonies of #051653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051653

Black with #051653

Text Example


Text Example

White with #051653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051653; }

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

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

background-color css

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

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

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

border-color css

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

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

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