Html Css Color HEX #144082 Dark Cerulean

📋 copy color: '#144082'

red 20 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #144082

Tints of Dark Cerulean #144082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 9.35%
G = 29.91%
B = 60.75%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#144082 (or 0x144082) is known color: Dark Cerulean. HEX triplet: 14, 40 and 82. RGB value is (20,64,130). Sum of RGB (Red+Green+Blue) = 20+64+130=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #144082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144082 is #EBBF7D. Grayscale: #3A3A3A. Windows color (decimal): -15449982 or 8536084. OLE color: 8536084.

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

Color convert

RGB 20 64 130 -
CMYK 0.85 0.51 0 0.49
HSL 216º 0.73% 0.29% -
HSV(B) 216º 0.85% 0.51% -
XYZ 6.15 5.43 21.84 -
YUV 58.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 20 64 130 0.85 0.51 0 0.49 216 0.73 0.29
Hex 14 40 82 55 33 0 31 D8 49 1D
Octal 24 100 202 125 63 0 61 330 111 35
Binary 10100 1000000 10000010 1010101 110011 0 110001 11011000 1001001 11101

Color Harmonies of #144082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144082

Black with #144082

Text Example


Text Example

White with #144082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144082; }

 p { color: rgb(20,64,130); }

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

background-color css

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

 a { background-color: rgb(20,64,130); }

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

border-color css

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

 span { border-color: rgb(20,64,130); }

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