Html Css Color HEX #144A94 Dark Cerulean

📋 copy color: '#144A94'

red 20 ◦ green 74 ◦ blue 148

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

Shades of Dark Cerulean #144A94

Tints of Dark Cerulean #144A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 8.26%
G = 30.58%
B = 61.16%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144A94 (or 0x144A94) is known color: Dark Cerulean. HEX triplet: 14, 4A and 94. RGB value is (20,74,148). Sum of RGB (Red+Green+Blue) = 20+74+148=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #144A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A94 is #EBB56B. Grayscale: #414141. Windows color (decimal): -15447404 or 9718292. OLE color: 9718292.

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

Color convert

RGB 20 74 148 -
CMYK 0.86 0.50 0 0.42
HSL 214.69º 0.76% 0.33% -
HSV(B) 214.69º 0.86% 0.58% -
XYZ 8.08 7.18 28.98 -
YUV 66.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 20 74 148 0.86 0.50 0 0.42 214.69 0.76 0.33
Hex 14 4A 94 56 32 0 2A D7 4C 21
Octal 24 112 224 126 62 0 52 327 114 41
Binary 10100 1001010 10010100 1010110 110010 0 101010 11010111 1001100 100001

Color Harmonies of #144A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A94

Black with #144A94

Text Example


Text Example

White with #144A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,148); }

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

background-color css

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

 a { background-color: rgb(20,74,148); }

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

border-color css

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

 span { border-color: rgb(20,74,148); }

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