Html Css Color HEX #051852 Sapphire

📋 copy color: '#051852'

red 5 ◦ green 24 ◦ blue 82

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

Shades of Sapphire #051852

Tints of Sapphire #051852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.62%

 BLUE value IS 82 (32.42% from 255) = 73.87%

R = 4.5%
G = 21.62%
B = 73.87%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#051852 (or 0x051852) is known color: Sapphire. HEX triplet: 05, 18 and 52. RGB value is (5,24,82). Sum of RGB (Red+Green+Blue) = 5+24+82=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #051852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051852 is #FAE7AD. Grayscale: #181818. Windows color (decimal): -16443310 or 5380101. OLE color: 5380101.

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

Color convert

RGB 5 24 82 -
CMYK 0.94 0.71 0 0.68
HSL 225.19º 0.89% 0.17% -
HSV(B) 225.19º 0.94% 0.32% -
XYZ 1.91 1.29 8.13 -
YUV 24.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 5 24 82 0.94 0.71 0 0.68 225.19 0.89 0.17
Hex 5 18 52 5E 47 0 44 E1 59 11
Octal 5 30 122 136 107 0 104 341 131 21
Binary 101 11000 1010010 1011110 1000111 0 1000100 11100001 1011001 10001

Color Harmonies of #051852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051852

Black with #051852

Text Example


Text Example

White with #051852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051852; }

 p { color: rgb(5,24,82); }

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

background-color css

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

 a { background-color: rgb(5,24,82); }

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

border-color css

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

 span { border-color: rgb(5,24,82); }

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