Html Css Color HEX #052651 Sapphire

📋 copy color: '#052651'

red 5 ◦ green 38 ◦ blue 81

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

Shades of Sapphire #052651

Tints of Sapphire #052651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

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

R = 4.03%
G = 30.65%
B = 65.32%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052651 (or 0x052651) is known color: Sapphire. HEX triplet: 05, 26 and 51. RGB value is (5,38,81). Sum of RGB (Red+Green+Blue) = 5+38+81=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #052651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052651 is #FAD9AE. Grayscale: #202020. Windows color (decimal): -16439727 or 5318149. OLE color: 5318149.

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

Color convert

RGB 5 38 81 -
CMYK 0.94 0.53 0 0.68
HSL 213.95º 0.88% 0.17% -
HSV(B) 213.95º 0.94% 0.32% -
XYZ 2.24 2.01 8.05 -
YUV 33.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 5 38 81 0.94 0.53 0 0.68 213.95 0.88 0.17
Hex 5 26 51 5E 35 0 44 D6 58 11
Octal 5 46 121 136 65 0 104 326 130 21
Binary 101 100110 1010001 1011110 110101 0 1000100 11010110 1011000 10001

Color Harmonies of #052651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052651

Black with #052651

Text Example


Text Example

White with #052651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052651; }

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

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

background-color css

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

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

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

border-color css

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

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

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