Html Css Color HEX #14456C Dark Cerulean

📋 copy color: '#14456C'

red 20 ◦ green 69 ◦ blue 108

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

Shades of Dark Cerulean #14456C

Tints of Dark Cerulean #14456C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 10.15%
G = 35.03%
B = 54.82%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14456C (or 0x14456C) is known color: Dark Cerulean. HEX triplet: 14, 45 and 6C. RGB value is (20,69,108). Sum of RGB (Red+Green+Blue) = 20+69+108=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #14456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14456C is #EBBA93. Grayscale: #3A3A3A. Windows color (decimal): -15448724 or 7095572. OLE color: 7095572.

HSL color Cylindrical-coordinate representation of color #14456C: hue angle of 206.59º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14456C is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 69 108 -
CMYK 0.81 0.36 0 0.58
HSL 206.59º 0.69% 0.25% -
HSV(B) 206.59º 0.81% 0.42% -
XYZ 5.12 5.49 14.98 -
YUV 58.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 20 69 108 0.81 0.36 0 0.58 206.59 0.69 0.25
Hex 14 45 6C 51 24 0 3A CF 45 19
Octal 24 105 154 121 44 0 72 317 105 31
Binary 10100 1000101 1101100 1010001 100100 0 111010 11001111 1000101 11001

Color Harmonies of #14456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14456C

Black with #14456C

Text Example


Text Example

White with #14456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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