Html Css Color HEX #14416D Dark Cerulean

📋 copy color: '#14416D'

red 20 ◦ green 65 ◦ blue 109

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

Shades of Dark Cerulean #14416D

Tints of Dark Cerulean #14416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

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

R = 10.31%
G = 33.51%
B = 56.19%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14416D (or 0x14416D) is known color: Dark Cerulean. HEX triplet: 14, 41 and 6D. RGB value is (20,65,109). Sum of RGB (Red+Green+Blue) = 20+65+109=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #14416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14416D is #EBBE92. Grayscale: #383838. Windows color (decimal): -15449747 or 7160084. OLE color: 7160084.

HSL color Cylindrical-coordinate representation of color #14416D: hue angle of 209.66º 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 #14416D is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 65 109 -
CMYK 0.82 0.40 0 0.57
HSL 209.66º 0.69% 0.25% -
HSV(B) 209.66º 0.82% 0.43% -
XYZ 4.94 5.03 15.18 -
YUV 56.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 20 65 109 0.82 0.40 0 0.57 209.66 0.69 0.25
Hex 14 41 6D 52 28 0 39 D2 45 19
Octal 24 101 155 122 50 0 71 322 105 31
Binary 10100 1000001 1101101 1010010 101000 0 111001 11010010 1000101 11001

Color Harmonies of #14416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14416D

Black with #14416D

Text Example


Text Example

White with #14416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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