Html Css Color HEX #01204C Sapphire

📋 copy color: '#01204C'

red 1 ◦ green 32 ◦ blue 76

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

Shades of Sapphire #01204C

Tints of Sapphire #01204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 69.72%

R = 0.92%
G = 29.36%
B = 69.72%

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

#01204C (or 0x01204C) is known color: Sapphire. HEX triplet: 01, 20 and 4C. RGB value is (1,32,76). Sum of RGB (Red+Green+Blue) = 1+32+76=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #01204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01204C is #FEDFB3. Grayscale: #1B1B1B. Windows color (decimal): -16703412 or 4988929. OLE color: 4988929.

HSL color Cylindrical-coordinate representation of color #01204C: hue angle of 215.2º 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 #01204C is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 32 76 -
CMYK 0.99 0.58 0 0.70
HSL 215.2º 0.97% 0.15% -
HSV(B) 215.2º 0.99% 0.3% -
XYZ 1.83 1.56 7.04 -
YUV 27.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 1 32 76 0.99 0.58 0 0.70 215.2 0.97 0.15
Hex 1 20 4C 63 3A 0 46 D7 61 F
Octal 1 40 114 143 72 0 106 327 141 17
Binary 1 100000 1001100 1100011 111010 0 1000110 11010111 1100001 1111

Color Harmonies of #01204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01204C

Black with #01204C

Text Example


Text Example

White with #01204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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