Html Css Color HEX #14458A Dark Cerulean

📋 copy color: '#14458A'

red 20 ◦ green 69 ◦ blue 138

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

Shades of Dark Cerulean #14458A

Tints of Dark Cerulean #14458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 138 (54.3% from 255) = 60.79%

R = 8.81%
G = 30.4%
B = 60.79%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#14458A (or 0x14458A) is known color: Dark Cerulean. HEX triplet: 14, 45 and 8A. RGB value is (20,69,138). Sum of RGB (Red+Green+Blue) = 20+69+138=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #14458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14458A is #EBBA75. Grayscale: #3D3D3D. Windows color (decimal): -15448694 or 9061652. OLE color: 9061652.

HSL color Cylindrical-coordinate representation of color #14458A: hue angle of 215.08º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14458A is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 69 138 -
CMYK 0.86 0.5 0 0.46
HSL 215.08º 0.75% 0.31% -
HSV(B) 215.08º 0.86% 0.54% -
XYZ 7 6.24 24.88 -
YUV 62.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 20 69 138 0.86 0.5 0 0.46 215.08 0.75 0.31
Hex 14 45 8A 56 32 0 2E D7 4B 1F
Octal 24 105 212 126 62 0 56 327 113 37
Binary 10100 1000101 10001010 1010110 110010 0 101110 11010111 1001011 11111

Color Harmonies of #14458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14458A

Black with #14458A

Text Example


Text Example

White with #14458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,69,138); }

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

background-color css

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

 a { background-color: rgb(20,69,138); }

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

border-color css

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

 span { border-color: rgb(20,69,138); }

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