Html Css Color HEX #14446B Dark Cerulean

📋 copy color: '#14446B'

red 20 ◦ green 68 ◦ blue 107

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

Shades of Dark Cerulean #14446B

Tints of Dark Cerulean #14446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 10.26%
G = 34.87%
B = 54.87%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14446B (or 0x14446B) is known color: Dark Cerulean. HEX triplet: 14, 44 and 6B. RGB value is (20,68,107). Sum of RGB (Red+Green+Blue) = 20+68+107=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #14446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14446B is #EBBB94. Grayscale: #393939. Windows color (decimal): -15448981 or 7029780. OLE color: 7029780.

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

Color convert

RGB 20 68 107 -
CMYK 0.81 0.36 0 0.58
HSL 206.9º 0.69% 0.25% -
HSV(B) 206.9º 0.81% 0.42% -
XYZ 5.01 5.34 14.68 -
YUV 58.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 20 68 107 0.81 0.36 0 0.58 206.9 0.69 0.25
Hex 14 44 6B 51 24 0 3A CF 45 19
Octal 24 104 153 121 44 0 72 317 105 31
Binary 10100 1000100 1101011 1010001 100100 0 111010 11001111 1000101 11001

Color Harmonies of #14446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14446B

Black with #14446B

Text Example


Text Example

White with #14446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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