Html Css Color HEX #14303A Blue Whale

📋 copy color: '#14303A'

red 20 ◦ green 48 ◦ blue 58

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

Shades of Blue Whale #14303A

Tints of Blue Whale #14303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 15.87%
G = 38.1%
B = 46.03%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14303A (or 0x14303A) is known color: Blue Whale. HEX triplet: 14, 30 and 3A. RGB value is (20,48,58). Sum of RGB (Red+Green+Blue) = 20+48+58=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #14303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14303A is #EBCFC5. Grayscale: #282828. Windows color (decimal): -15454150 or 3813396. OLE color: 3813396.

HSL color Cylindrical-coordinate representation of color #14303A: hue angle of 195.79º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14303A is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 48 58 -
CMYK 0.66 0.17 0 0.77
HSL 195.79º 0.49% 0.15% -
HSV(B) 195.79º 0.66% 0.23% -
XYZ 2.11 2.57 4.39 -
YUV 40.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 20 48 58 0.66 0.17 0 0.77 195.79 0.49 0.15
Hex 14 30 3A 42 11 0 4D C4 31 F
Octal 24 60 72 102 21 0 115 304 61 17
Binary 10100 110000 111010 1000010 10001 0 1001101 11000100 110001 1111

Color Harmonies of #14303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14303A

Black with #14303A

Text Example


Text Example

White with #14303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14303A; }

 p { color: rgb(20,48,58); }

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

background-color css

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

 a { background-color: rgb(20,48,58); }

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

border-color css

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

 span { border-color: rgb(20,48,58); }

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