Html Css Color HEX #012553 Sapphire

📋 copy color: '#012553'

red 1 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #012553

Tints of Sapphire #012553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 83 (32.81% from 255) = 68.6%

R = 0.83%
G = 30.58%
B = 68.6%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012553 (or 0x012553) is known color: Sapphire. HEX triplet: 01, 25 and 53. RGB value is (1,37,83). Sum of RGB (Red+Green+Blue) = 1+37+83=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #012553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012553 is #FEDAAC. Grayscale: #1F1F1F. Windows color (decimal): -16702125 or 5448961. OLE color: 5448961.

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

Color convert

RGB 1 37 83 -
CMYK 0.99 0.55 0 0.67
HSL 213.66º 0.98% 0.16% -
HSV(B) 213.66º 0.99% 0.33% -
XYZ 2.24 1.95 8.44 -
YUV 31.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 1 37 83 0.99 0.55 0 0.67 213.66 0.98 0.16
Hex 1 25 53 63 37 0 43 D6 62 10
Octal 1 45 123 143 67 0 103 326 142 20
Binary 1 100101 1010011 1100011 110111 0 1000011 11010110 1100010 10000

Color Harmonies of #012553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012553

Black with #012553

Text Example


Text Example

White with #012553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012553; }

 p { color: rgb(1,37,83); }

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

background-color css

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

 a { background-color: rgb(1,37,83); }

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

border-color css

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

 span { border-color: rgb(1,37,83); }

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