Html Css Color HEX #012F49 Blue Whale

📋 copy color: '#012F49'

red 1 ◦ green 47 ◦ blue 73

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

Shades of Blue Whale #012F49

Tints of Blue Whale #012F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.84%

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

R = 0.83%
G = 38.84%
B = 60.33%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012F49 (or 0x012F49) is known color: Blue Whale. HEX triplet: 01, 2F and 49. RGB value is (1,47,73). Sum of RGB (Red+Green+Blue) = 1+47+73=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #012F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F49 is #FED0B6. Grayscale: #242424. Windows color (decimal): -16699575 or 4796161. OLE color: 4796161.

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

Color convert

RGB 1 47 73 -
CMYK 0.99 0.36 0 0.71
HSL 201.67º 0.97% 0.15% -
HSV(B) 201.67º 0.99% 0.29% -
XYZ 2.23 2.52 6.67 -
YUV 36.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 1 47 73 0.99 0.36 0 0.71 201.67 0.97 0.15
Hex 1 2F 49 63 24 0 47 CA 61 F
Octal 1 57 111 143 44 0 107 312 141 17
Binary 1 101111 1001001 1100011 100100 0 1000111 11001010 1100001 1111

Color Harmonies of #012F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F49

Black with #012F49

Text Example


Text Example

White with #012F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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