Html Css Color HEX #013044 Blue Whale

📋 copy color: '#013044'

red 1 ◦ green 48 ◦ blue 68

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

Shades of Blue Whale #013044

Tints of Blue Whale #013044

RGB

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

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

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

R = 0.85%
G = 41.03%
B = 58.12%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013044 (or 0x013044) is known color: Blue Whale. HEX triplet: 01, 30 and 44. RGB value is (1,48,68). Sum of RGB (Red+Green+Blue) = 1+48+68=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #013044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013044 is #FECFBB. Grayscale: #242424. Windows color (decimal): -16699324 or 4468737. OLE color: 4468737.

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

Color convert

RGB 1 48 68 -
CMYK 0.99 0.29 0 0.73
HSL 197.91º 0.97% 0.14% -
HSV(B) 197.91º 0.99% 0.27% -
XYZ 2.11 2.54 5.85 -
YUV 36.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 1 48 68 0.99 0.29 0 0.73 197.91 0.97 0.14
Hex 1 30 44 63 1D 0 49 C6 61 E
Octal 1 60 104 143 35 0 111 306 141 16
Binary 1 110000 1000100 1100011 11101 0 1001001 11000110 1100001 1110

Color Harmonies of #013044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013044

Black with #013044

Text Example


Text Example

White with #013044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013044; }

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

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

background-color css

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

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

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

border-color css

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

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

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