Html Css Color HEX #144C92 Dark Cerulean

📋 copy color: '#144C92'

red 20 ◦ green 76 ◦ blue 146

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

Shades of Dark Cerulean #144C92

Tints of Dark Cerulean #144C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 8.26%
G = 31.4%
B = 60.33%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144C92 (or 0x144C92) is known color: Dark Cerulean. HEX triplet: 14, 4C and 92. RGB value is (20,76,146). Sum of RGB (Red+Green+Blue) = 20+76+146=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #144C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C92 is #EBB36D. Grayscale: #424242. Windows color (decimal): -15446894 or 9587732. OLE color: 9587732.

HSL color Cylindrical-coordinate representation of color #144C92: hue angle of 213.33º 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 #144C92 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 76 146 -
CMYK 0.86 0.48 0 0.43
HSL 213.33º 0.76% 0.33% -
HSV(B) 213.33º 0.86% 0.57% -
XYZ 8.06 7.39 28.2 -
YUV 67.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 20 76 146 0.86 0.48 0 0.43 213.33 0.76 0.33
Hex 14 4C 92 56 30 0 2B D5 4C 21
Octal 24 114 222 126 60 0 53 325 114 41
Binary 10100 1001100 10010010 1010110 110000 0 101011 11010101 1001100 100001

Color Harmonies of #144C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C92

Black with #144C92

Text Example


Text Example

White with #144C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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