Html Css Color HEX #013145 Blue Whale

📋 copy color: '#013145'

red 1 ◦ green 49 ◦ blue 69

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

Shades of Blue Whale #013145

Tints of Blue Whale #013145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 57.98%

R = 0.84%
G = 41.18%
B = 57.98%

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

#013145 (or 0x013145) is known color: Blue Whale. HEX triplet: 01, 31 and 45. RGB value is (1,49,69). Sum of RGB (Red+Green+Blue) = 1+49+69=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #013145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013145 is #FECEBA. Grayscale: #242424. Windows color (decimal): -16699067 or 4534529. OLE color: 4534529.

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

Color convert

RGB 1 49 69 -
CMYK 0.99 0.29 0 0.73
HSL 197.65º 0.97% 0.14% -
HSV(B) 197.65º 0.99% 0.27% -
XYZ 2.19 2.63 6.02 -
YUV 36.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 1 49 69 0.99 0.29 0 0.73 197.65 0.97 0.14
Hex 1 31 45 63 1D 0 49 C6 61 E
Octal 1 61 105 143 35 0 111 306 141 16
Binary 1 110001 1000101 1100011 11101 0 1001001 11000110 1100001 1110

Color Harmonies of #013145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013145

Black with #013145

Text Example


Text Example

White with #013145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013145; }

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

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

background-color css

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

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

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

border-color css

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

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

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