Html Css Color HEX #01204A Sapphire

📋 copy color: '#01204A'

red 1 ◦ green 32 ◦ blue 74

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

Shades of Sapphire #01204A

Tints of Sapphire #01204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.16%

R = 0.93%
G = 29.91%
B = 69.16%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01204A (or 0x01204A) is known color: Sapphire. HEX triplet: 01, 20 and 4A. RGB value is (1,32,74). Sum of RGB (Red+Green+Blue) = 1+32+74=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #01204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01204A is #FEDFB5. Grayscale: #1B1B1B. Windows color (decimal): -16703414 or 4857857. OLE color: 4857857.

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

Color convert

RGB 1 32 74 -
CMYK 0.99 0.57 0 0.71
HSL 214.52º 0.97% 0.15% -
HSV(B) 214.52º 0.99% 0.29% -
XYZ 1.77 1.53 6.68 -
YUV 27.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 1 32 74 0.99 0.57 0 0.71 214.52 0.97 0.15
Hex 1 20 4A 63 39 0 47 D7 61 F
Octal 1 40 112 143 71 0 107 327 141 17
Binary 1 100000 1001010 1100011 111001 0 1000111 11010111 1100001 1111

Color Harmonies of #01204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01204A

Black with #01204A

Text Example


Text Example

White with #01204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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