Html Css Color HEX #012152 Sapphire

📋 copy color: '#012152'

red 1 ◦ green 33 ◦ blue 82

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

Shades of Sapphire #012152

Tints of Sapphire #012152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.45%

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

R = 0.86%
G = 28.45%
B = 70.69%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012152 (or 0x012152) is known color: Sapphire. HEX triplet: 01, 21 and 52. RGB value is (1,33,82). Sum of RGB (Red+Green+Blue) = 1+33+82=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #012152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012152 is #FEDEAD. Grayscale: #1C1C1C. Windows color (decimal): -16703150 or 5382401. OLE color: 5382401.

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

Color convert

RGB 1 33 82 -
CMYK 0.99 0.60 0 0.68
HSL 216.3º 0.98% 0.16% -
HSV(B) 216.3º 0.99% 0.32% -
XYZ 2.08 1.7 8.2 -
YUV 29.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 1 33 82 0.99 0.60 0 0.68 216.3 0.98 0.16
Hex 1 21 52 63 3C 0 44 D8 62 10
Octal 1 41 122 143 74 0 104 330 142 20
Binary 1 100001 1010010 1100011 111100 0 1000100 11011000 1100010 10000

Color Harmonies of #012152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012152

Black with #012152

Text Example


Text Example

White with #012152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012152; }

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

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

background-color css

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

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

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

border-color css

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

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

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