Html Css Color HEX #011453 Sapphire

📋 copy color: '#011453'

red 1 ◦ green 20 ◦ blue 83

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

Shades of Sapphire #011453

Tints of Sapphire #011453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 0.96%
G = 19.23%
B = 79.81%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011453 (or 0x011453) is known color: Sapphire. HEX triplet: 01, 14 and 53. RGB value is (1,20,83). Sum of RGB (Red+Green+Blue) = 1+20+83=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #011453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011453 is #FEEBAC. Grayscale: #151515. Windows color (decimal): -16706477 or 5444609. OLE color: 5444609.

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

Color convert

RGB 1 20 83 -
CMYK 0.99 0.76 0 0.67
HSL 226.1º 0.98% 0.16% -
HSV(B) 226.1º 0.99% 0.33% -
XYZ 1.82 1.13 8.31 -
YUV 21.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 1 20 83 0.99 0.76 0 0.67 226.1 0.98 0.16
Hex 1 14 53 63 4C 0 43 E2 62 10
Octal 1 24 123 143 114 0 103 342 142 20
Binary 1 10100 1010011 1100011 1001100 0 1000011 11100010 1100010 10000

Color Harmonies of #011453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011453

Black with #011453

Text Example


Text Example

White with #011453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011453; }

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

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

background-color css

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

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

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

border-color css

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

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

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