Html Css Color HEX #14488D Dark Cerulean

📋 copy color: '#14488D'

red 20 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #14488D

Tints of Dark Cerulean #14488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 8.58%
G = 30.9%
B = 60.52%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14488D (or 0x14488D) is known color: Dark Cerulean. HEX triplet: 14, 48 and 8D. RGB value is (20,72,141). Sum of RGB (Red+Green+Blue) = 20+72+141=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #14488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14488D is #EBB772. Grayscale: #3F3F3F. Windows color (decimal): -15447923 or 9259028. OLE color: 9259028.

HSL color Cylindrical-coordinate representation of color #14488D: hue angle of 214.21º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14488D is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 72 141 -
CMYK 0.86 0.49 0 0.45
HSL 214.21º 0.75% 0.32% -
HSV(B) 214.21º 0.86% 0.55% -
XYZ 7.41 6.71 26.1 -
YUV 64.32 171.27 96.39 -
System Red Green Blue C M Y K H S L
Decimal 20 72 141 0.86 0.49 0 0.45 214.21 0.75 0.32
Hex 14 48 8D 56 31 0 2D D6 4B 20
Octal 24 110 215 126 61 0 55 326 113 40
Binary 10100 1001000 10001101 1010110 110001 0 101101 11010110 1001011 100000

Color Harmonies of #14488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14488D

Black with #14488D

Text Example


Text Example

White with #14488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,72,141); }

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

background-color css

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

 a { background-color: rgb(20,72,141); }

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

border-color css

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

 span { border-color: rgb(20,72,141); }

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