Html Css Color HEX #012C47 Blue Whale

📋 copy color: '#012C47'

red 1 ◦ green 44 ◦ blue 71

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

Shades of Blue Whale #012C47

Tints of Blue Whale #012C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 61.21%

R = 0.86%
G = 37.93%
B = 61.21%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012C47 (or 0x012C47) is known color: Blue Whale. HEX triplet: 01, 2C and 47. RGB value is (1,44,71). Sum of RGB (Red+Green+Blue) = 1+44+71=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #012C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C47 is #FED3B8. Grayscale: #222222. Windows color (decimal): -16700345 or 4664321. OLE color: 4664321.

HSL color Cylindrical-coordinate representation of color #012C47: hue angle of 203.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C47 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 44 71 -
CMYK 0.99 0.38 0 0.72
HSL 203.14º 0.97% 0.14% -
HSV(B) 203.14º 0.99% 0.28% -
XYZ 2.05 2.26 6.29 -
YUV 34.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 1 44 71 0.99 0.38 0 0.72 203.14 0.97 0.14
Hex 1 2C 47 63 26 0 48 CB 61 E
Octal 1 54 107 143 46 0 110 313 141 16
Binary 1 101100 1000111 1100011 100110 0 1001000 11001011 1100001 1110

Color Harmonies of #012C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C47

Black with #012C47

Text Example


Text Example

White with #012C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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