Html Css Color HEX #011865 Sapphire

📋 copy color: '#011865'

red 1 ◦ green 24 ◦ blue 101

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

Shades of Sapphire #011865

Tints of Sapphire #011865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 80.16%

R = 0.79%
G = 19.05%
B = 80.16%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011865 (or 0x011865) is known color: Sapphire. HEX triplet: 01, 18 and 65. RGB value is (1,24,101). Sum of RGB (Red+Green+Blue) = 1+24+101=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #011865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011865 is #FEE79A. Grayscale: #191919. Windows color (decimal): -16705435 or 6625281. OLE color: 6625281.

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

Color convert

RGB 1 24 101 -
CMYK 0.99 0.76 0 0.60
HSL 226.2º 0.98% 0.2% -
HSV(B) 226.2º 0.99% 0.4% -
XYZ 2.69 1.6 12.48 -
YUV 25.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 1 24 101 0.99 0.76 0 0.60 226.2 0.98 0.2
Hex 1 18 65 63 4C 0 3C E2 62 14
Octal 1 30 145 143 114 0 74 342 142 24
Binary 1 11000 1100101 1100011 1001100 0 111100 11100010 1100010 10100

Color Harmonies of #011865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011865

Black with #011865

Text Example


Text Example

White with #011865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011865; }

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

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

background-color css

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

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

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

border-color css

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

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

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