Html Css Color HEX #013143 Blue Whale

📋 copy color: '#013143'

red 1 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #013143

Tints of Blue Whale #013143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 57.26%

R = 0.85%
G = 41.88%
B = 57.26%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#013143 (or 0x013143) is known color: Blue Whale. HEX triplet: 01, 31 and 43. RGB value is (1,49,67). Sum of RGB (Red+Green+Blue) = 1+49+67=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #013143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013143 is #FECEBC. Grayscale: #242424. Windows color (decimal): -16699069 or 4403457. OLE color: 4403457.

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

Color convert

RGB 1 49 67 -
CMYK 0.99 0.27 0 0.74
HSL 196.36º 0.97% 0.13% -
HSV(B) 196.36º 0.99% 0.26% -
XYZ 2.12 2.61 5.7 -
YUV 36.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 1 49 67 0.99 0.27 0 0.74 196.36 0.97 0.13
Hex 1 31 43 63 1B 0 4A C4 61 D
Octal 1 61 103 143 33 0 112 304 141 15
Binary 1 110001 1000011 1100011 11011 0 1001010 11000100 1100001 1101

Color Harmonies of #013143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013143

Black with #013143

Text Example


Text Example

White with #013143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013143; }

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

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

background-color css

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

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

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

border-color css

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

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

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