Html Css Color HEX #01205C Sapphire

📋 copy color: '#01205C'

red 1 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #01205C

Tints of Sapphire #01205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

 BLUE value IS 92 (36.33% from 255) = 73.6%

R = 0.8%
G = 25.6%
B = 73.6%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01205C (or 0x01205C) is known color: Sapphire. HEX triplet: 01, 20 and 5C. RGB value is (1,32,92). Sum of RGB (Red+Green+Blue) = 1+32+92=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #01205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01205C is #FEDFA3. Grayscale: #1D1D1D. Windows color (decimal): -16703396 or 6037505. OLE color: 6037505.

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

Color convert

RGB 1 32 92 -
CMYK 0.99 0.65 0 0.64
HSL 219.56º 0.98% 0.18% -
HSV(B) 219.56º 0.99% 0.36% -
XYZ 2.46 1.81 10.35 -
YUV 29.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 1 32 92 0.99 0.65 0 0.64 219.56 0.98 0.18
Hex 1 20 5C 63 41 0 40 DC 62 12
Octal 1 40 134 143 101 0 100 334 142 22
Binary 1 100000 1011100 1100011 1000001 0 1000000 11011100 1100010 10010

Color Harmonies of #01205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01205C

Black with #01205C

Text Example


Text Example

White with #01205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01205C; }

 p { color: rgb(1,32,92); }

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

background-color css

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

 a { background-color: rgb(1,32,92); }

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

border-color css

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

 span { border-color: rgb(1,32,92); }

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