Html Css Color HEX #052351 Sapphire

📋 copy color: '#052351'

red 5 ◦ green 35 ◦ blue 81

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

Shades of Sapphire #052351

Tints of Sapphire #052351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

 BLUE value IS 81 (32.03% from 255) = 66.94%

R = 4.13%
G = 28.93%
B = 66.94%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052351 (or 0x052351) is known color: Sapphire. HEX triplet: 05, 23 and 51. RGB value is (5,35,81). Sum of RGB (Red+Green+Blue) = 5+35+81=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #052351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052351 is #FADCAE. Grayscale: #1F1F1F. Windows color (decimal): -16440495 or 5317381. OLE color: 5317381.

HSL color Cylindrical-coordinate representation of color #052351: hue angle of 216.32º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052351 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 35 81 -
CMYK 0.94 0.57 0 0.68
HSL 216.32º 0.88% 0.17% -
HSV(B) 216.32º 0.94% 0.32% -
XYZ 2.15 1.83 8.02 -
YUV 31.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 5 35 81 0.94 0.57 0 0.68 216.32 0.88 0.17
Hex 5 23 51 5E 39 0 44 D8 58 11
Octal 5 43 121 136 71 0 104 330 130 21
Binary 101 100011 1010001 1011110 111001 0 1000100 11011000 1011000 10001

Color Harmonies of #052351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052351

Black with #052351

Text Example


Text Example

White with #052351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052351; }

 p { color: rgb(5,35,81); }

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

background-color css

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

 a { background-color: rgb(5,35,81); }

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

border-color css

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

 span { border-color: rgb(5,35,81); }

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