Html Css Color HEX #013040 Blue Whale

📋 copy color: '#013040'

red 1 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #013040

Tints of Blue Whale #013040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 56.64%

R = 0.88%
G = 42.48%
B = 56.64%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013040 (or 0x013040) is known color: Blue Whale. HEX triplet: 01, 30 and 40. RGB value is (1,48,64). Sum of RGB (Red+Green+Blue) = 1+48+64=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #013040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013040 is #FECFBF. Grayscale: #232323. Windows color (decimal): -16699328 or 4206593. OLE color: 4206593.

HSL color Cylindrical-coordinate representation of color #013040: hue angle of 195.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013040 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 48 64 -
CMYK 0.98 0.25 0 0.75
HSL 195.24º 0.97% 0.13% -
HSV(B) 195.24º 0.98% 0.25% -
XYZ 1.99 2.49 5.23 -
YUV 35.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 1 48 64 0.98 0.25 0 0.75 195.24 0.97 0.13
Hex 1 30 40 62 19 0 4B C3 61 D
Octal 1 60 100 142 31 0 113 303 141 15
Binary 1 110000 1000000 1100010 11001 0 1001011 11000011 1100001 1101

Color Harmonies of #013040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013040

Black with #013040

Text Example


Text Example

White with #013040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013040; }

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

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

background-color css

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

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

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

border-color css

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

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

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