Html Css Color HEX #144483 Dark Cerulean

📋 copy color: '#144483'

red 20 ◦ green 68 ◦ blue 131

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

Shades of Dark Cerulean #144483

Tints of Dark Cerulean #144483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 9.13%
G = 31.05%
B = 59.82%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#144483 (or 0x144483) is known color: Dark Cerulean. HEX triplet: 14, 44 and 83. RGB value is (20,68,131). Sum of RGB (Red+Green+Blue) = 20+68+131=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #144483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144483 is #EBBB7C. Grayscale: #3C3C3C. Windows color (decimal): -15448957 or 8602644. OLE color: 8602644.

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

Color convert

RGB 20 68 131 -
CMYK 0.85 0.48 0 0.49
HSL 214.05º 0.74% 0.3% -
HSV(B) 214.05º 0.85% 0.51% -
XYZ 6.45 5.92 22.28 -
YUV 60.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 20 68 131 0.85 0.48 0 0.49 214.05 0.74 0.3
Hex 14 44 83 55 30 0 31 D6 4A 1E
Octal 24 104 203 125 60 0 61 326 112 36
Binary 10100 1000100 10000011 1010101 110000 0 110001 11010110 1001010 11110

Color Harmonies of #144483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144483

Black with #144483

Text Example


Text Example

White with #144483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144483; }

 p { color: rgb(20,68,131); }

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

background-color css

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

 a { background-color: rgb(20,68,131); }

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

border-color css

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

 span { border-color: rgb(20,68,131); }

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