Html Css Color HEX #01215A Sapphire

📋 copy color: '#01215A'

red 1 ◦ green 33 ◦ blue 90

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

Shades of Sapphire #01215A

Tints of Sapphire #01215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 0.81%
G = 26.61%
B = 72.58%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01215A (or 0x01215A) is known color: Sapphire. HEX triplet: 01, 21 and 5A. RGB value is (1,33,90). Sum of RGB (Red+Green+Blue) = 1+33+90=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #01215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01215A is #FEDEA5. Grayscale: #1D1D1D. Windows color (decimal): -16703142 or 5906689. OLE color: 5906689.

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

Color convert

RGB 1 33 90 -
CMYK 0.99 0.63 0 0.65
HSL 218.43º 0.98% 0.18% -
HSV(B) 218.43º 0.99% 0.35% -
XYZ 2.4 1.83 9.9 -
YUV 29.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 1 33 90 0.99 0.63 0 0.65 218.43 0.98 0.18
Hex 1 21 5A 63 3F 0 41 DA 62 12
Octal 1 41 132 143 77 0 101 332 142 22
Binary 1 100001 1011010 1100011 111111 0 1000001 11011010 1100010 10010

Color Harmonies of #01215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01215A

Black with #01215A

Text Example


Text Example

White with #01215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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