Html Css Color HEX #012D49 Blue Whale

📋 copy color: '#012D49'

red 1 ◦ green 45 ◦ blue 73

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

Shades of Blue Whale #012D49

Tints of Blue Whale #012D49

RGB

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

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

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

R = 0.84%
G = 37.82%
B = 61.34%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012D49 (or 0x012D49) is known color: Blue Whale. HEX triplet: 01, 2D and 49. RGB value is (1,45,73). Sum of RGB (Red+Green+Blue) = 1+45+73=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #012D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D49 is #FED2B6. Grayscale: #222222. Windows color (decimal): -16700087 or 4795649. OLE color: 4795649.

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

Color convert

RGB 1 45 73 -
CMYK 0.99 0.38 0 0.71
HSL 203.33º 0.97% 0.15% -
HSV(B) 203.33º 0.99% 0.29% -
XYZ 2.15 2.36 6.65 -
YUV 35.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 1 45 73 0.99 0.38 0 0.71 203.33 0.97 0.15
Hex 1 2D 49 63 26 0 47 CB 61 F
Octal 1 55 111 143 46 0 107 313 141 17
Binary 1 101101 1001001 1100011 100110 0 1000111 11001011 1100001 1111

Color Harmonies of #012D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D49

Black with #012D49

Text Example


Text Example

White with #012D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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