Html Css Color HEX #013049 Blue Whale

📋 copy color: '#013049'

red 1 ◦ green 48 ◦ blue 73

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

Shades of Blue Whale #013049

Tints of Blue Whale #013049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.34%

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

R = 0.82%
G = 39.34%
B = 59.84%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013049 (or 0x013049) is known color: Blue Whale. HEX triplet: 01, 30 and 49. RGB value is (1,48,73). Sum of RGB (Red+Green+Blue) = 1+48+73=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #013049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013049 is #FECFB6. Grayscale: #242424. Windows color (decimal): -16699319 or 4796417. OLE color: 4796417.

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

Color convert

RGB 1 48 73 -
CMYK 0.99 0.34 0 0.71
HSL 200.83º 0.97% 0.15% -
HSV(B) 200.83º 0.99% 0.29% -
XYZ 2.27 2.6 6.69 -
YUV 36.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 1 48 73 0.99 0.34 0 0.71 200.83 0.97 0.15
Hex 1 30 49 63 22 0 47 C9 61 F
Octal 1 60 111 143 42 0 107 311 141 17
Binary 1 110000 1001001 1100011 100010 0 1000111 11001001 1100001 1111

Color Harmonies of #013049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013049

Black with #013049

Text Example


Text Example

White with #013049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013049; }

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

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

background-color css

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

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

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

border-color css

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

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

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