Html Css Color HEX #14446C Dark Cerulean

📋 copy color: '#14446C'

red 20 ◦ green 68 ◦ blue 108

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

Shades of Dark Cerulean #14446C

Tints of Dark Cerulean #14446C

RGB

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

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

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

R = 10.2%
G = 34.69%
B = 55.1%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14446C (or 0x14446C) is known color: Dark Cerulean. HEX triplet: 14, 44 and 6C. RGB value is (20,68,108). Sum of RGB (Red+Green+Blue) = 20+68+108=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #14446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14446C is #EBBB93. Grayscale: #3A3A3A. Windows color (decimal): -15448980 or 7095316. OLE color: 7095316.

HSL color Cylindrical-coordinate representation of color #14446C: hue angle of 207.27º 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 #14446C is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 68 108 -
CMYK 0.81 0.37 0 0.58
HSL 207.27º 0.69% 0.25% -
HSV(B) 207.27º 0.81% 0.42% -
XYZ 5.06 5.37 14.96 -
YUV 58.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 20 68 108 0.81 0.37 0 0.58 207.27 0.69 0.25
Hex 14 44 6C 51 25 0 3A CF 45 19
Octal 24 104 154 121 45 0 72 317 105 31
Binary 10100 1000100 1101100 1010001 100101 0 111010 11001111 1000101 11001

Color Harmonies of #14446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14446C

Black with #14446C

Text Example


Text Example

White with #14446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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