Html Css Color HEX #14313D Blue Whale

📋 copy color: '#14313D'

red 20 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #14313D

Tints of Blue Whale #14313D

RGB

 RED value IS 20 (8.2% from 255) = 15.38%

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

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 15.38%
G = 37.69%
B = 46.92%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14313D (or 0x14313D) is known color: Blue Whale. HEX triplet: 14, 31 and 3D. RGB value is (20,49,61). Sum of RGB (Red+Green+Blue) = 20+49+61=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #14313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14313D is #EBCEC2. Grayscale: #292929. Windows color (decimal): -15453891 or 4010260. OLE color: 4010260.

HSL color Cylindrical-coordinate representation of color #14313D: hue angle of 197.56º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14313D is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 49 61 -
CMYK 0.67 0.20 0 0.76
HSL 197.56º 0.51% 0.16% -
HSV(B) 197.56º 0.67% 0.24% -
XYZ 2.23 2.68 4.82 -
YUV 41.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 20 49 61 0.67 0.20 0 0.76 197.56 0.51 0.16
Hex 14 31 3D 43 14 0 4C C6 33 10
Octal 24 61 75 103 24 0 114 306 63 20
Binary 10100 110001 111101 1000011 10100 0 1001100 11000110 110011 10000

Color Harmonies of #14313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14313D

Black with #14313D

Text Example


Text Example

White with #14313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14313D; }

 p { color: rgb(20,49,61); }

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

background-color css

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

 a { background-color: rgb(20,49,61); }

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

border-color css

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

 span { border-color: rgb(20,49,61); }

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