Html Css Color HEX #013144 Blue Whale

📋 copy color: '#013144'

red 1 ◦ green 49 ◦ blue 68

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

Shades of Blue Whale #013144

Tints of Blue Whale #013144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 57.63%

R = 0.85%
G = 41.53%
B = 57.63%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013144 (or 0x013144) is known color: Blue Whale. HEX triplet: 01, 31 and 44. RGB value is (1,49,68). Sum of RGB (Red+Green+Blue) = 1+49+68=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #013144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013144 is #FECEBB. Grayscale: #242424. Windows color (decimal): -16699068 or 4468993. OLE color: 4468993.

HSL color Cylindrical-coordinate representation of color #013144: hue angle of 197.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013144 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 49 68 -
CMYK 0.99 0.28 0 0.73
HSL 197.01º 0.97% 0.14% -
HSV(B) 197.01º 0.99% 0.27% -
XYZ 2.15 2.62 5.86 -
YUV 36.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 1 49 68 0.99 0.28 0 0.73 197.01 0.97 0.14
Hex 1 31 44 63 1C 0 49 C5 61 E
Octal 1 61 104 143 34 0 111 305 141 16
Binary 1 110001 1000100 1100011 11100 0 1001001 11000101 1100001 1110

Color Harmonies of #013144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013144

Black with #013144

Text Example


Text Example

White with #013144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013144; }

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

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

background-color css

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

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

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

border-color css

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

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

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