Html Css Color HEX #14446D Dark Cerulean

📋 copy color: '#14446D'

red 20 ◦ green 68 ◦ blue 109

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

Shades of Dark Cerulean #14446D

Tints of Dark Cerulean #14446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 10.15%
G = 34.52%
B = 55.33%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14446D (or 0x14446D) is known color: Dark Cerulean. HEX triplet: 14, 44 and 6D. RGB value is (20,68,109). Sum of RGB (Red+Green+Blue) = 20+68+109=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #14446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14446D is #EBBB92. Grayscale: #3A3A3A. Windows color (decimal): -15448979 or 7160852. OLE color: 7160852.

HSL color Cylindrical-coordinate representation of color #14446D: hue angle of 207.64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14446D is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 68 109 -
CMYK 0.82 0.38 0 0.57
HSL 207.64º 0.69% 0.25% -
HSV(B) 207.64º 0.82% 0.43% -
XYZ 5.12 5.39 15.24 -
YUV 58.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 20 68 109 0.82 0.38 0 0.57 207.64 0.69 0.25
Hex 14 44 6D 52 26 0 39 D0 45 19
Octal 24 104 155 122 46 0 71 320 105 31
Binary 10100 1000100 1101101 1010010 100110 0 111001 11010000 1000101 11001

Color Harmonies of #14446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14446D

Black with #14446D

Text Example


Text Example

White with #14446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,68,109); }

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

background-color css

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

 a { background-color: rgb(20,68,109); }

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

border-color css

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

 span { border-color: rgb(20,68,109); }

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