Html Css Color HEX #144485 Dark Cerulean

📋 copy color: '#144485'

red 20 ◦ green 68 ◦ blue 133

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

Shades of Dark Cerulean #144485

Tints of Dark Cerulean #144485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 9.05%
G = 30.77%
B = 60.18%

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

#144485 (or 0x144485) is known color: Dark Cerulean. HEX triplet: 14, 44 and 85. RGB value is (20,68,133). Sum of RGB (Red+Green+Blue) = 20+68+133=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #144485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144485 is #EBBB7A. Grayscale: #3C3C3C. Windows color (decimal): -15448955 or 8733716. OLE color: 8733716.

HSL color Cylindrical-coordinate representation of color #144485: hue angle of 214.51º 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 #144485 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 68 133 -
CMYK 0.85 0.49 0 0.48
HSL 214.51º 0.74% 0.3% -
HSV(B) 214.51º 0.85% 0.52% -
XYZ 6.59 5.98 23 -
YUV 61.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 20 68 133 0.85 0.49 0 0.48 214.51 0.74 0.3
Hex 14 44 85 55 31 0 30 D7 4A 1E
Octal 24 104 205 125 61 0 60 327 112 36
Binary 10100 1000100 10000101 1010101 110001 0 110000 11010111 1001010 11110

Color Harmonies of #144485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144485

Black with #144485

Text Example


Text Example

White with #144485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144485; }

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

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

background-color css

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

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

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

border-color css

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

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

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