Html Css Color HEX #01204D Sapphire

📋 copy color: '#01204D'

red 1 ◦ green 32 ◦ blue 77

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

Shades of Sapphire #01204D

Tints of Sapphire #01204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 70%

R = 0.91%
G = 29.09%
B = 70%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01204D (or 0x01204D) is known color: Sapphire. HEX triplet: 01, 20 and 4D. RGB value is (1,32,77). Sum of RGB (Red+Green+Blue) = 1+32+77=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #01204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01204D is #FEDFB2. Grayscale: #1B1B1B. Windows color (decimal): -16703411 or 5054465. OLE color: 5054465.

HSL color Cylindrical-coordinate representation of color #01204D: hue angle of 215.53º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01204D is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 32 77 -
CMYK 0.99 0.58 0 0.70
HSL 215.53º 0.97% 0.15% -
HSV(B) 215.53º 0.99% 0.3% -
XYZ 1.87 1.58 7.23 -
YUV 27.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 1 32 77 0.99 0.58 0 0.70 215.53 0.97 0.15
Hex 1 20 4D 63 3A 0 46 D8 61 F
Octal 1 40 115 143 72 0 106 330 141 17
Binary 1 100000 1001101 1100011 111010 0 1000110 11011000 1100001 1111

Color Harmonies of #01204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01204D

Black with #01204D

Text Example


Text Example

White with #01204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01204D; }

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

 H1.HeaderClassName
 {
   color: #01204D;
 }
 .AnyTagClassName
 {
   color: #01204D;
 }
</style>

background-color css

<style>
 a { background-color: #01204D; }

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

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

border-color css

<style>
 span { border-color: #01204D; }

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

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