Html Css Color HEX #14304B Blue Whale

📋 copy color: '#14304B'

red 20 ◦ green 48 ◦ blue 75

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

Shades of Blue Whale #14304B

Tints of Blue Whale #14304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 52.45%

R = 13.99%
G = 33.57%
B = 52.45%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14304B (or 0x14304B) is known color: Blue Whale. HEX triplet: 14, 30 and 4B. RGB value is (20,48,75). Sum of RGB (Red+Green+Blue) = 20+48+75=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #14304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14304B is #EBCFB4. Grayscale: #2A2A2A. Windows color (decimal): -15454133 or 4927508. OLE color: 4927508.

HSL color Cylindrical-coordinate representation of color #14304B: hue angle of 209.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14304B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 48 75 -
CMYK 0.73 0.36 0 0.71
HSL 209.45º 0.58% 0.19% -
HSV(B) 209.45º 0.73% 0.29% -
XYZ 2.62 2.77 7.05 -
YUV 42.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 20 48 75 0.73 0.36 0 0.71 209.45 0.58 0.19
Hex 14 30 4B 49 24 0 47 D1 3A 13
Octal 24 60 113 111 44 0 107 321 72 23
Binary 10100 110000 1001011 1001001 100100 0 1000111 11010001 111010 10011

Color Harmonies of #14304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14304B

Black with #14304B

Text Example


Text Example

White with #14304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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