Html Css Color HEX #012A47 Blue Whale

📋 copy color: '#012A47'

red 1 ◦ green 42 ◦ blue 71

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

Shades of Blue Whale #012A47

Tints of Blue Whale #012A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.84%

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

R = 0.88%
G = 36.84%
B = 62.28%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012A47 (or 0x012A47) is known color: Blue Whale. HEX triplet: 01, 2A and 47. RGB value is (1,42,71). Sum of RGB (Red+Green+Blue) = 1+42+71=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #012A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A47 is #FED5B8. Grayscale: #202020. Windows color (decimal): -16700857 or 4663809. OLE color: 4663809.

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

Color convert

RGB 1 42 71 -
CMYK 0.99 0.41 0 0.72
HSL 204.86º 0.97% 0.14% -
HSV(B) 204.86º 0.99% 0.28% -
XYZ 1.98 2.12 6.27 -
YUV 33.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 1 42 71 0.99 0.41 0 0.72 204.86 0.97 0.14
Hex 1 2A 47 63 29 0 48 CD 61 E
Octal 1 52 107 143 51 0 110 315 141 16
Binary 1 101010 1000111 1100011 101001 0 1001000 11001101 1100001 1110

Color Harmonies of #012A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A47

Black with #012A47

Text Example


Text Example

White with #012A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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