Html Css Color HEX #01155A Sapphire

📋 copy color: '#01155A'

red 1 ◦ green 21 ◦ blue 90

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

Shades of Sapphire #01155A

Tints of Sapphire #01155A

RGB

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

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

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

R = 0.89%
G = 18.75%
B = 80.36%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01155A (or 0x01155A) is known color: Sapphire. HEX triplet: 01, 15 and 5A. RGB value is (1,21,90). Sum of RGB (Red+Green+Blue) = 1+21+90=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #01155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01155A is #FEEAA5. Grayscale: #161616. Windows color (decimal): -16706214 or 5903617. OLE color: 5903617.

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

Color convert

RGB 1 21 90 -
CMYK 0.99 0.77 0 0.65
HSL 226.52º 0.98% 0.18% -
HSV(B) 226.52º 0.99% 0.35% -
XYZ 2.13 1.28 9.81 -
YUV 22.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 1 21 90 0.99 0.77 0 0.65 226.52 0.98 0.18
Hex 1 15 5A 63 4D 0 41 E3 62 12
Octal 1 25 132 143 115 0 101 343 142 22
Binary 1 10101 1011010 1100011 1001101 0 1000001 11100011 1100010 10010

Color Harmonies of #01155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01155A

Black with #01155A

Text Example


Text Example

White with #01155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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