Html Css Color HEX #14426D Dark Cerulean

📋 copy color: '#14426D'

red 20 ◦ green 66 ◦ blue 109

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

Shades of Dark Cerulean #14426D

Tints of Dark Cerulean #14426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

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

R = 10.26%
G = 33.85%
B = 55.9%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14426D (or 0x14426D) is known color: Dark Cerulean. HEX triplet: 14, 42 and 6D. RGB value is (20,66,109). Sum of RGB (Red+Green+Blue) = 20+66+109=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #14426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14426D is #EBBD92. Grayscale: #383838. Windows color (decimal): -15449491 or 7160340. OLE color: 7160340.

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

Color convert

RGB 20 66 109 -
CMYK 0.82 0.39 0 0.57
HSL 208.99º 0.69% 0.25% -
HSV(B) 208.99º 0.82% 0.43% -
XYZ 5 5.15 15.2 -
YUV 57.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 20 66 109 0.82 0.39 0 0.57 208.99 0.69 0.25
Hex 14 42 6D 52 27 0 39 D1 45 19
Octal 24 102 155 122 47 0 71 321 105 31
Binary 10100 1000010 1101101 1010010 100111 0 111001 11010001 1000101 11001

Color Harmonies of #14426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14426D

Black with #14426D

Text Example


Text Example

White with #14426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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