Html Css Color HEX #14333E Blue Whale

📋 copy color: '#14333E'

red 20 ◦ green 51 ◦ blue 62

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

Shades of Blue Whale #14333E

Tints of Blue Whale #14333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

 BLUE value IS 62 (24.61% from 255) = 46.62%

R = 15.04%
G = 38.35%
B = 46.62%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14333E (or 0x14333E) is known color: Blue Whale. HEX triplet: 14, 33 and 3E. RGB value is (20,51,62). Sum of RGB (Red+Green+Blue) = 20+51+62=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #14333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14333E is #EBCCC1. Grayscale: #2A2A2A. Windows color (decimal): -15453378 or 4076308. OLE color: 4076308.

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

Color convert

RGB 20 51 62 -
CMYK 0.68 0.18 0 0.76
HSL 195.71º 0.51% 0.16% -
HSV(B) 195.71º 0.68% 0.24% -
XYZ 2.34 2.86 4.99 -
YUV 42.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 20 51 62 0.68 0.18 0 0.76 195.71 0.51 0.16
Hex 14 33 3E 44 12 0 4C C4 33 10
Octal 24 63 76 104 22 0 114 304 63 20
Binary 10100 110011 111110 1000100 10010 0 1001100 11000100 110011 10000

Color Harmonies of #14333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14333E

Black with #14333E

Text Example


Text Example

White with #14333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14333E; }

 p { color: rgb(20,51,62); }

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

background-color css

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

 a { background-color: rgb(20,51,62); }

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

border-color css

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

 span { border-color: rgb(20,51,62); }

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