Html Css Color HEX #14456F Dark Cerulean

📋 copy color: '#14456F'

red 20 ◦ green 69 ◦ blue 111

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

Shades of Dark Cerulean #14456F

Tints of Dark Cerulean #14456F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 10%
G = 34.5%
B = 55.5%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14456F (or 0x14456F) is known color: Dark Cerulean. HEX triplet: 14, 45 and 6F. RGB value is (20,69,111). Sum of RGB (Red+Green+Blue) = 20+69+111=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #14456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14456F is #EBBA90. Grayscale: #3A3A3A. Windows color (decimal): -15448721 or 7292180. OLE color: 7292180.

HSL color Cylindrical-coordinate representation of color #14456F: hue angle of 207.69º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14456F is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 69 111 -
CMYK 0.82 0.38 0 0.56
HSL 207.69º 0.69% 0.26% -
HSV(B) 207.69º 0.82% 0.44% -
XYZ 5.29 5.55 15.83 -
YUV 59.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 20 69 111 0.82 0.38 0 0.56 207.69 0.69 0.26
Hex 14 45 6F 52 26 0 38 D0 45 1A
Octal 24 105 157 122 46 0 70 320 105 32
Binary 10100 1000101 1101111 1010010 100110 0 111000 11010000 1000101 11010

Color Harmonies of #14456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14456F

Black with #14456F

Text Example


Text Example

White with #14456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14456F; }

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

 H1.HeaderClassName
 {
   color: #14456F;
 }
 .AnyTagClassName
 {
   color: #14456F;
 }
</style>

background-color css

<style>
 a { background-color: #14456F; }

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

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

border-color css

<style>
 span { border-color: #14456F; }

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

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