Html Css Color HEX #013047 Blue Whale

📋 copy color: '#013047'

red 1 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #013047

Tints of Blue Whale #013047

RGB

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

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

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

R = 0.83%
G = 40%
B = 59.17%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013047 (or 0x013047) is known color: Blue Whale. HEX triplet: 01, 30 and 47. RGB value is (1,48,71). Sum of RGB (Red+Green+Blue) = 1+48+71=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #013047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013047 is #FECFB8. Grayscale: #242424. Windows color (decimal): -16699321 or 4665345. OLE color: 4665345.

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

Color convert

RGB 1 48 71 -
CMYK 0.99 0.32 0 0.72
HSL 199.71º 0.97% 0.14% -
HSV(B) 199.71º 0.99% 0.28% -
XYZ 2.21 2.58 6.34 -
YUV 36.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 1 48 71 0.99 0.32 0 0.72 199.71 0.97 0.14
Hex 1 30 47 63 20 0 48 C8 61 E
Octal 1 60 107 143 40 0 110 310 141 16
Binary 1 110000 1000111 1100011 100000 0 1001000 11001000 1100001 1110

Color Harmonies of #013047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013047

Black with #013047

Text Example


Text Example

White with #013047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013047; }

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

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

background-color css

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

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

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

border-color css

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

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

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