Html Css Color HEX #011367 Sapphire

📋 copy color: '#011367'

red 1 ◦ green 19 ◦ blue 103

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

Shades of Sapphire #011367

Tints of Sapphire #011367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 83.74%

R = 0.81%
G = 15.45%
B = 83.74%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011367 (or 0x011367) is known color: Sapphire. HEX triplet: 01, 13 and 67. RGB value is (1,19,103). Sum of RGB (Red+Green+Blue) = 1+19+103=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #011367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011367 is #FEEC98. Grayscale: #161616. Windows color (decimal): -16706713 or 6755073. OLE color: 6755073.

HSL color Cylindrical-coordinate representation of color #011367: hue angle of 229.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011367 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 19 103 -
CMYK 0.99 0.82 0 0.60
HSL 229.41º 0.98% 0.2% -
HSV(B) 229.41º 0.99% 0.4% -
XYZ 2.69 1.45 12.97 -
YUV 23.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 1 19 103 0.99 0.82 0 0.60 229.41 0.98 0.2
Hex 1 13 67 63 52 0 3C E5 62 14
Octal 1 23 147 143 122 0 74 345 142 24
Binary 1 10011 1100111 1100011 1010010 0 111100 11100101 1100010 10100

Color Harmonies of #011367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011367

Black with #011367

Text Example


Text Example

White with #011367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011367; }

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

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

background-color css

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

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

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

border-color css

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

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

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