Html Css Color HEX #01205F Sapphire

📋 copy color: '#01205F'

red 1 ◦ green 32 ◦ blue 95

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

Shades of Sapphire #01205F

Tints of Sapphire #01205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 74.22%

R = 0.78%
G = 25%
B = 74.22%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01205F (or 0x01205F) is known color: Sapphire. HEX triplet: 01, 20 and 5F. RGB value is (1,32,95). Sum of RGB (Red+Green+Blue) = 1+32+95=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #01205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01205F is #FEDFA0. Grayscale: #1D1D1D. Windows color (decimal): -16703393 or 6234113. OLE color: 6234113.

HSL color Cylindrical-coordinate representation of color #01205F: hue angle of 220.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01205F is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 32 95 -
CMYK 0.99 0.66 0 0.63
HSL 220.21º 0.98% 0.19% -
HSV(B) 220.21º 0.99% 0.37% -
XYZ 2.59 1.87 11.05 -
YUV 29.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 1 32 95 0.99 0.66 0 0.63 220.21 0.98 0.19
Hex 1 20 5F 63 42 0 3F DC 62 13
Octal 1 40 137 143 102 0 77 334 142 23
Binary 1 100000 1011111 1100011 1000010 0 111111 11011100 1100010 10011

Color Harmonies of #01205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01205F

Black with #01205F

Text Example


Text Example

White with #01205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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