Html Css Color HEX #144692 Dark Cerulean

📋 copy color: '#144692'

red 20 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #144692

Tints of Dark Cerulean #144692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 8.47%
G = 29.66%
B = 61.86%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144692 (or 0x144692) is known color: Dark Cerulean. HEX triplet: 14, 46 and 92. RGB value is (20,70,146). Sum of RGB (Red+Green+Blue) = 20+70+146=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #144692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144692 is #EBB96D. Grayscale: #3F3F3F. Windows color (decimal): -15448430 or 9586196. OLE color: 9586196.

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

Color convert

RGB 20 70 146 -
CMYK 0.86 0.52 0 0.43
HSL 216.19º 0.76% 0.33% -
HSV(B) 216.19º 0.86% 0.57% -
XYZ 7.67 6.6 28.06 -
YUV 63.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 20 70 146 0.86 0.52 0 0.43 216.19 0.76 0.33
Hex 14 46 92 56 34 0 2B D8 4C 21
Octal 24 106 222 126 64 0 53 330 114 41
Binary 10100 1000110 10010010 1010110 110100 0 101011 11011000 1001100 100001

Color Harmonies of #144692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144692

Black with #144692

Text Example


Text Example

White with #144692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144692; }

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

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

background-color css

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

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

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

border-color css

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

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

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