Html Css Color HEX #011567 Sapphire

📋 copy color: '#011567'

red 1 ◦ green 21 ◦ blue 103

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

Shades of Sapphire #011567

Tints of Sapphire #011567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 0.8%
G = 16.8%
B = 82.4%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011567 (or 0x011567) is known color: Sapphire. HEX triplet: 01, 15 and 67. RGB value is (1,21,103). Sum of RGB (Red+Green+Blue) = 1+21+103=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 103 (40.62% from 255 or 82.4% from 125); Max value from RGB is 103 - color contains mainly: blue. Hex color #011567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011567 is #FEEA98. Grayscale: #181818. Windows color (decimal): -16706201 or 6755585. OLE color: 6755585.

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

Color convert

RGB 1 21 103 -
CMYK 0.99 0.80 0 0.60
HSL 228.24º 0.98% 0.2% -
HSV(B) 228.24º 0.99% 0.4% -
XYZ 2.73 1.52 12.98 -
YUV 24.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 1 21 103 0.99 0.80 0 0.60 228.24 0.98 0.2
Hex 1 15 67 63 50 0 3C E4 62 14
Octal 1 25 147 143 120 0 74 344 142 24
Binary 1 10101 1100111 1100011 1010000 0 111100 11100100 1100010 10100

Color Harmonies of #011567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011567

Black with #011567

Text Example


Text Example

White with #011567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011567; }

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

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

background-color css

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

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

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

border-color css

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

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

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