Html Css Color HEX #012D47 Blue Whale

📋 copy color: '#012D47'

red 1 ◦ green 45 ◦ blue 71

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

Shades of Blue Whale #012D47

Tints of Blue Whale #012D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 38.46%

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

R = 0.85%
G = 38.46%
B = 60.68%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012D47 (or 0x012D47) is known color: Blue Whale. HEX triplet: 01, 2D and 47. RGB value is (1,45,71). Sum of RGB (Red+Green+Blue) = 1+45+71=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #012D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D47 is #FED2B8. Grayscale: #222222. Windows color (decimal): -16700089 or 4664577. OLE color: 4664577.

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

Color convert

RGB 1 45 71 -
CMYK 0.99 0.37 0 0.72
HSL 202.29º 0.97% 0.14% -
HSV(B) 202.29º 0.99% 0.28% -
XYZ 2.09 2.34 6.3 -
YUV 34.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 1 45 71 0.99 0.37 0 0.72 202.29 0.97 0.14
Hex 1 2D 47 63 25 0 48 CA 61 E
Octal 1 55 107 143 45 0 110 312 141 16
Binary 1 101101 1000111 1100011 100101 0 1001000 11001010 1100001 1110

Color Harmonies of #012D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D47

Black with #012D47

Text Example


Text Example

White with #012D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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