Html Css Color HEX #144892 Dark Cerulean

📋 copy color: '#144892'

red 20 ◦ green 72 ◦ blue 146

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

Shades of Dark Cerulean #144892

Tints of Dark Cerulean #144892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 8.4%
G = 30.25%
B = 61.34%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144892 (or 0x144892) is known color: Dark Cerulean. HEX triplet: 14, 48 and 92. RGB value is (20,72,146). Sum of RGB (Red+Green+Blue) = 20+72+146=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #144892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144892 is #EBB76D. Grayscale: #404040. Windows color (decimal): -15447918 or 9586708. OLE color: 9586708.

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

Color convert

RGB 20 72 146 -
CMYK 0.86 0.51 0 0.43
HSL 215.24º 0.76% 0.33% -
HSV(B) 215.24º 0.86% 0.57% -
XYZ 7.79 6.86 28.11 -
YUV 64.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 20 72 146 0.86 0.51 0 0.43 215.24 0.76 0.33
Hex 14 48 92 56 33 0 2B D7 4C 21
Octal 24 110 222 126 63 0 53 327 114 41
Binary 10100 1001000 10010010 1010110 110011 0 101011 11010111 1001100 100001

Color Harmonies of #144892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144892

Black with #144892

Text Example


Text Example

White with #144892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144892; }

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

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

background-color css

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

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

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

border-color css

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

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

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