Html Css Color HEX #011362 Sapphire

📋 copy color: '#011362'

red 1 ◦ green 19 ◦ blue 98

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

Shades of Sapphire #011362

Tints of Sapphire #011362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.1%

 BLUE value IS 98 (38.67% from 255) = 83.05%

R = 0.85%
G = 16.1%
B = 83.05%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011362 (or 0x011362) is known color: Sapphire. HEX triplet: 01, 13 and 62. RGB value is (1,19,98). Sum of RGB (Red+Green+Blue) = 1+19+98=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #011362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011362 is #FEEC9D. Grayscale: #161616. Windows color (decimal): -16706718 or 6427393. OLE color: 6427393.

HSL color Cylindrical-coordinate representation of color #011362: hue angle of 228.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011362 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 19 98 -
CMYK 0.99 0.81 0 0.62
HSL 228.87º 0.98% 0.19% -
HSV(B) 228.87º 0.99% 0.38% -
XYZ 2.45 1.35 11.69 -
YUV 22.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 1 19 98 0.99 0.81 0 0.62 228.87 0.98 0.19
Hex 1 13 62 63 51 0 3E E5 62 13
Octal 1 23 142 143 121 0 76 345 142 23
Binary 1 10011 1100010 1100011 1010001 0 111110 11100101 1100010 10011

Color Harmonies of #011362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011362

Black with #011362

Text Example


Text Example

White with #011362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011362; }

 p { color: rgb(1,19,98); }

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

background-color css

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

 a { background-color: rgb(1,19,98); }

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

border-color css

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

 span { border-color: rgb(1,19,98); }

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