Html Css Color HEX #144693 Dark Cerulean

📋 copy color: '#144693'

red 20 ◦ green 70 ◦ blue 147

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

Shades of Dark Cerulean #144693

Tints of Dark Cerulean #144693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 147 (57.81% from 255) = 62.03%

R = 8.44%
G = 29.54%
B = 62.03%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144693 (or 0x144693) is known color: Dark Cerulean. HEX triplet: 14, 46 and 93. RGB value is (20,70,147). Sum of RGB (Red+Green+Blue) = 20+70+147=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #144693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144693 is #EBB96C. Grayscale: #3F3F3F. Windows color (decimal): -15448429 or 9651732. OLE color: 9651732.

HSL color Cylindrical-coordinate representation of color #144693: hue angle of 216.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144693 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 70 147 -
CMYK 0.86 0.52 0 0.42
HSL 216.38º 0.76% 0.33% -
HSV(B) 216.38º 0.86% 0.58% -
XYZ 7.75 6.64 28.48 -
YUV 63.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 20 70 147 0.86 0.52 0 0.42 216.38 0.76 0.33
Hex 14 46 93 56 34 0 2A D8 4C 21
Octal 24 106 223 126 64 0 52 330 114 41
Binary 10100 1000110 10010011 1010110 110100 0 101010 11011000 1001100 100001

Color Harmonies of #144693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144693

Black with #144693

Text Example


Text Example

White with #144693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144693; }

 p { color: rgb(20,70,147); }

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

background-color css

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

 a { background-color: rgb(20,70,147); }

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

border-color css

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

 span { border-color: rgb(20,70,147); }

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