Html Css Color HEX #051675 Sapphire

📋 copy color: '#051675'

red 5 ◦ green 22 ◦ blue 117

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

Shades of Sapphire #051675

Tints of Sapphire #051675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 81.25%

R = 3.47%
G = 15.28%
B = 81.25%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051675 (or 0x051675) is known color: Sapphire. HEX triplet: 05, 16 and 75. RGB value is (5,22,117). Sum of RGB (Red+Green+Blue) = 5+22+117=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #051675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051675 is #FAE98A. Grayscale: #1B1B1B. Windows color (decimal): -16443787 or 7673349. OLE color: 7673349.

HSL color Cylindrical-coordinate representation of color #051675: hue angle of 230.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051675 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 22 117 -
CMYK 0.96 0.81 0 0.54
HSL 230.89º 0.92% 0.24% -
HSV(B) 230.89º 0.96% 0.46% -
XYZ 3.56 1.89 17.01 -
YUV 27.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 5 22 117 0.96 0.81 0 0.54 230.89 0.92 0.24
Hex 5 16 75 60 51 0 36 E7 5C 18
Octal 5 26 165 140 121 0 66 347 134 30
Binary 101 10110 1110101 1100000 1010001 0 110110 11100111 1011100 11000

Color Harmonies of #051675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051675

Black with #051675

Text Example


Text Example

White with #051675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051675; }

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

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

background-color css

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

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

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

border-color css

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

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

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