Html Css Color HEX #14446E Dark Cerulean

📋 copy color: '#14446E'

red 20 ◦ green 68 ◦ blue 110

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

Shades of Dark Cerulean #14446E

Tints of Dark Cerulean #14446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55.56%

R = 10.1%
G = 34.34%
B = 55.56%

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

#14446E (or 0x14446E) is known color: Dark Cerulean. HEX triplet: 14, 44 and 6E. RGB value is (20,68,110). Sum of RGB (Red+Green+Blue) = 20+68+110=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #14446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14446E is #EBBB91. Grayscale: #3A3A3A. Windows color (decimal): -15448978 or 7226388. OLE color: 7226388.

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

Color convert

RGB 20 68 110 -
CMYK 0.82 0.38 0 0.57
HSL 208º 0.69% 0.25% -
HSV(B) 208º 0.82% 0.43% -
XYZ 5.17 5.41 15.52 -
YUV 58.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 20 68 110 0.82 0.38 0 0.57 208 0.69 0.25
Hex 14 44 6E 52 26 0 39 D0 45 19
Octal 24 104 156 122 46 0 71 320 105 31
Binary 10100 1000100 1101110 1010010 100110 0 111001 11010000 1000101 11001

Color Harmonies of #14446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14446E

Black with #14446E

Text Example


Text Example

White with #14446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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