Html Css Color HEX #144384 Dark Cerulean

📋 copy color: '#144384'

red 20 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #144384

Tints of Dark Cerulean #144384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

 BLUE value IS 132 (51.95% from 255) = 60.27%

R = 9.13%
G = 30.59%
B = 60.27%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#144384 (or 0x144384) is known color: Dark Cerulean. HEX triplet: 14, 43 and 84. RGB value is (20,67,132). Sum of RGB (Red+Green+Blue) = 20+67+132=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #144384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144384 is #EBBC7B. Grayscale: #3C3C3C. Windows color (decimal): -15449212 or 8667924. OLE color: 8667924.

HSL color Cylindrical-coordinate representation of color #144384: hue angle of 214.82º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144384 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 67 132 -
CMYK 0.85 0.49 0 0.48
HSL 214.82º 0.74% 0.3% -
HSV(B) 214.82º 0.85% 0.52% -
XYZ 6.46 5.83 22.61 -
YUV 60.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 20 67 132 0.85 0.49 0 0.48 214.82 0.74 0.3
Hex 14 43 84 55 31 0 30 D7 4A 1E
Octal 24 103 204 125 61 0 60 327 112 36
Binary 10100 1000011 10000100 1010101 110001 0 110000 11010111 1001010 11110

Color Harmonies of #144384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144384

Black with #144384

Text Example


Text Example

White with #144384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144384; }

 p { color: rgb(20,67,132); }

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

background-color css

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

 a { background-color: rgb(20,67,132); }

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

border-color css

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

 span { border-color: rgb(20,67,132); }

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