Html Css Color HEX #012C49 Blue Whale

📋 copy color: '#012C49'

red 1 ◦ green 44 ◦ blue 73

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

Shades of Blue Whale #012C49

Tints of Blue Whale #012C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.29%

 BLUE value IS 73 (28.91% from 255) = 61.86%

R = 0.85%
G = 37.29%
B = 61.86%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012C49 (or 0x012C49) is known color: Blue Whale. HEX triplet: 01, 2C and 49. RGB value is (1,44,73). Sum of RGB (Red+Green+Blue) = 1+44+73=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #012C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C49 is #FED3B6. Grayscale: #222222. Windows color (decimal): -16700343 or 4795393. OLE color: 4795393.

HSL color Cylindrical-coordinate representation of color #012C49: hue angle of 204.17º 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 #012C49 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 44 73 -
CMYK 0.99 0.40 0 0.71
HSL 204.17º 0.97% 0.15% -
HSV(B) 204.17º 0.99% 0.29% -
XYZ 2.12 2.29 6.63 -
YUV 34.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 1 44 73 0.99 0.40 0 0.71 204.17 0.97 0.15
Hex 1 2C 49 63 28 0 47 CC 61 F
Octal 1 54 111 143 50 0 107 314 141 17
Binary 1 101100 1001001 1100011 101000 0 1000111 11001100 1100001 1111

Color Harmonies of #012C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C49

Black with #012C49

Text Example


Text Example

White with #012C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C49; }

 p { color: rgb(1,44,73); }

 H1.HeaderClassName
 {
   color: #012C49;
 }
 .AnyTagClassName
 {
   color: #012C49;
 }
</style>

background-color css

<style>
 a { background-color: #012C49; }

 a { background-color: rgb(1,44,73); }

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

border-color css

<style>
 span { border-color: #012C49; }

 span { border-color: rgb(1,44,73); }

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