Html Css Color HEX #011867 Sapphire

📋 copy color: '#011867'

red 1 ◦ green 24 ◦ blue 103

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

Shades of Sapphire #011867

Tints of Sapphire #011867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

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

R = 0.78%
G = 18.75%
B = 80.47%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011867 (or 0x011867) is known color: Sapphire. HEX triplet: 01, 18 and 67. RGB value is (1,24,103). Sum of RGB (Red+Green+Blue) = 1+24+103=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 103 (40.62% from 255 or 80.47% from 128); Max value from RGB is 103 - color contains mainly: blue. Hex color #011867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011867 is #FEE798. Grayscale: #191919. Windows color (decimal): -16705433 or 6756353. OLE color: 6756353.

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

Color convert

RGB 1 24 103 -
CMYK 0.99 0.77 0 0.60
HSL 226.47º 0.98% 0.2% -
HSV(B) 226.47º 0.99% 0.4% -
XYZ 2.79 1.64 13 -
YUV 26.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 1 24 103 0.99 0.77 0 0.60 226.47 0.98 0.2
Hex 1 18 67 63 4D 0 3C E2 62 14
Octal 1 30 147 143 115 0 74 342 142 24
Binary 1 11000 1100111 1100011 1001101 0 111100 11100010 1100010 10100

Color Harmonies of #011867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011867

Black with #011867

Text Example


Text Example

White with #011867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011867; }

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

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

background-color css

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

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

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

border-color css

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

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

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