Html Css Color HEX #013141 Blue Whale

📋 copy color: '#013141'

red 1 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #013141

Tints of Blue Whale #013141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 56.52%

R = 0.87%
G = 42.61%
B = 56.52%

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

#013141 (or 0x013141) is known color: Blue Whale. HEX triplet: 01, 31 and 41. RGB value is (1,49,65). Sum of RGB (Red+Green+Blue) = 1+49+65=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #013141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013141 is #FECEBE. Grayscale: #242424. Windows color (decimal): -16699071 or 4272385. OLE color: 4272385.

HSL color Cylindrical-coordinate representation of color #013141: hue angle of 195º 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 #013141 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 49 65 -
CMYK 0.98 0.25 0 0.75
HSL 195º 0.97% 0.13% -
HSV(B) 195º 0.98% 0.25% -
XYZ 2.06 2.58 5.39 -
YUV 36.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 1 49 65 0.98 0.25 0 0.75 195 0.97 0.13
Hex 1 31 41 62 19 0 4B C3 61 D
Octal 1 61 101 142 31 0 113 303 141 15
Binary 1 110001 1000001 1100010 11001 0 1001011 11000011 1100001 1101

Color Harmonies of #013141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013141

Black with #013141

Text Example


Text Example

White with #013141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013141; }

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

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

background-color css

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

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

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

border-color css

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

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

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