Html Css Color HEX #013147 Blue Whale

📋 copy color: '#013147'

red 1 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #013147

Tints of Blue Whale #013147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.5%

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

R = 0.83%
G = 40.5%
B = 58.68%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013147 (or 0x013147) is known color: Blue Whale. HEX triplet: 01, 31 and 47. RGB value is (1,49,71). Sum of RGB (Red+Green+Blue) = 1+49+71=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #013147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013147 is #FECEB8. Grayscale: #252525. Windows color (decimal): -16699065 or 4665601. OLE color: 4665601.

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

Color convert

RGB 1 49 71 -
CMYK 0.99 0.31 0 0.72
HSL 198.86º 0.97% 0.14% -
HSV(B) 198.86º 0.99% 0.28% -
XYZ 2.25 2.66 6.36 -
YUV 37.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 1 49 71 0.99 0.31 0 0.72 198.86 0.97 0.14
Hex 1 31 47 63 1F 0 48 C7 61 E
Octal 1 61 107 143 37 0 110 307 141 16
Binary 1 110001 1000111 1100011 11111 0 1001000 11000111 1100001 1110

Color Harmonies of #013147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013147

Black with #013147

Text Example


Text Example

White with #013147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013147; }

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

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

background-color css

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

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

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

border-color css

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

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

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