Html Css Color HEX #144B94 Dark Cerulean

📋 copy color: '#144B94'

red 20 ◦ green 75 ◦ blue 148

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

Shades of Dark Cerulean #144B94

Tints of Dark Cerulean #144B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.86%

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

R = 8.23%
G = 30.86%
B = 60.91%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144B94 (or 0x144B94) is known color: Dark Cerulean. HEX triplet: 14, 4B and 94. RGB value is (20,75,148). Sum of RGB (Red+Green+Blue) = 20+75+148=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #144B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B94 is #EBB46B. Grayscale: #424242. Windows color (decimal): -15447148 or 9718548. OLE color: 9718548.

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

Color convert

RGB 20 75 148 -
CMYK 0.86 0.49 0 0.42
HSL 214.22º 0.76% 0.33% -
HSV(B) 214.22º 0.86% 0.58% -
XYZ 8.15 7.32 29 -
YUV 66.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 20 75 148 0.86 0.49 0 0.42 214.22 0.76 0.33
Hex 14 4B 94 56 31 0 2A D6 4C 21
Octal 24 113 224 126 61 0 52 326 114 41
Binary 10100 1001011 10010100 1010110 110001 0 101010 11010110 1001100 100001

Color Harmonies of #144B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B94

Black with #144B94

Text Example


Text Example

White with #144B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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