Html Css Color HEX #14323D Blue Whale

📋 copy color: '#14323D'

red 20 ◦ green 50 ◦ blue 61

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

Shades of Blue Whale #14323D

Tints of Blue Whale #14323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

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

R = 15.27%
G = 38.17%
B = 46.56%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14323D (or 0x14323D) is known color: Blue Whale. HEX triplet: 14, 32 and 3D. RGB value is (20,50,61). Sum of RGB (Red+Green+Blue) = 20+50+61=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #14323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14323D is #EBCDC2. Grayscale: #2A2A2A. Windows color (decimal): -15453635 or 4010516. OLE color: 4010516.

HSL color Cylindrical-coordinate representation of color #14323D: hue angle of 196.1º 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 #14323D is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 50 61 -
CMYK 0.67 0.18 0 0.76
HSL 196.1º 0.51% 0.16% -
HSV(B) 196.1º 0.67% 0.24% -
XYZ 2.27 2.77 4.83 -
YUV 42.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 20 50 61 0.67 0.18 0 0.76 196.1 0.51 0.16
Hex 14 32 3D 43 12 0 4C C4 33 10
Octal 24 62 75 103 22 0 114 304 63 20
Binary 10100 110010 111101 1000011 10010 0 1001100 11000100 110011 10000

Color Harmonies of #14323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14323D

Black with #14323D

Text Example


Text Example

White with #14323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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