Html Css Color HEX #011952 Sapphire

📋 copy color: '#011952'

red 1 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #011952

Tints of Sapphire #011952

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 0.93%
G = 23.15%
B = 75.93%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011952 (or 0x011952) is known color: Sapphire. HEX triplet: 01, 19 and 52. RGB value is (1,25,82). Sum of RGB (Red+Green+Blue) = 1+25+82=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #011952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011952 is #FEE6AD. Grayscale: #181818. Windows color (decimal): -16705198 or 5380353. OLE color: 5380353.

HSL color Cylindrical-coordinate representation of color #011952: hue angle of 222.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011952 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 25 82 -
CMYK 0.99 0.70 0 0.68
HSL 222.22º 0.98% 0.16% -
HSV(B) 222.22º 0.99% 0.32% -
XYZ 1.88 1.31 8.14 -
YUV 24.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 1 25 82 0.99 0.70 0 0.68 222.22 0.98 0.16
Hex 1 19 52 63 46 0 44 DE 62 10
Octal 1 31 122 143 106 0 104 336 142 20
Binary 1 11001 1010010 1100011 1000110 0 1000100 11011110 1100010 10000

Color Harmonies of #011952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011952

Black with #011952

Text Example


Text Example

White with #011952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011952; }

 p { color: rgb(1,25,82); }

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

background-color css

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

 a { background-color: rgb(1,25,82); }

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

border-color css

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

 span { border-color: rgb(1,25,82); }

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