Html Css Color HEX #14458C Dark Cerulean

📋 copy color: '#14458C'

red 20 ◦ green 69 ◦ blue 140

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

Shades of Dark Cerulean #14458C

Tints of Dark Cerulean #14458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 8.73%
G = 30.13%
B = 61.14%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14458C (or 0x14458C) is known color: Dark Cerulean. HEX triplet: 14, 45 and 8C. RGB value is (20,69,140). Sum of RGB (Red+Green+Blue) = 20+69+140=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #14458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14458C is #EBBA73. Grayscale: #3E3E3E. Windows color (decimal): -15448692 or 9192724. OLE color: 9192724.

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

Color convert

RGB 20 69 140 -
CMYK 0.86 0.51 0 0.45
HSL 215.5º 0.75% 0.31% -
HSV(B) 215.5º 0.86% 0.55% -
XYZ 7.15 6.3 25.65 -
YUV 62.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 20 69 140 0.86 0.51 0 0.45 215.5 0.75 0.31
Hex 14 45 8C 56 33 0 2D D8 4B 1F
Octal 24 105 214 126 63 0 55 330 113 37
Binary 10100 1000101 10001100 1010110 110011 0 101101 11011000 1001011 11111

Color Harmonies of #14458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14458C

Black with #14458C

Text Example


Text Example

White with #14458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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