Html Css Color HEX #01185A Sapphire

📋 copy color: '#01185A'

red 1 ◦ green 24 ◦ blue 90

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

Shades of Sapphire #01185A

Tints of Sapphire #01185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 78.26%

R = 0.87%
G = 20.87%
B = 78.26%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01185A (or 0x01185A) is known color: Sapphire. HEX triplet: 01, 18 and 5A. RGB value is (1,24,90). Sum of RGB (Red+Green+Blue) = 1+24+90=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #01185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01185A is #FEE7A5. Grayscale: #181818. Windows color (decimal): -16705446 or 5904385. OLE color: 5904385.

HSL color Cylindrical-coordinate representation of color #01185A: hue angle of 224.49º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01185A is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 24 90 -
CMYK 0.99 0.73 0 0.65
HSL 224.49º 0.98% 0.18% -
HSV(B) 224.49º 0.99% 0.35% -
XYZ 2.18 1.4 9.83 -
YUV 24.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 1 24 90 0.99 0.73 0 0.65 224.49 0.98 0.18
Hex 1 18 5A 63 49 0 41 E0 62 12
Octal 1 30 132 143 111 0 101 340 142 22
Binary 1 11000 1011010 1100011 1001001 0 1000001 11100000 1100010 10010

Color Harmonies of #01185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01185A

Black with #01185A

Text Example


Text Example

White with #01185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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