Html Css Color HEX #143280 Dark Cerulean

📋 copy color: '#143280'

red 20 ◦ green 50 ◦ blue 128

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

Shades of Dark Cerulean #143280

Tints of Dark Cerulean #143280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 128 (50.39% from 255) = 64.65%

R = 10.1%
G = 25.25%
B = 64.65%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143280 (or 0x143280) is known color: Dark Cerulean. HEX triplet: 14, 32 and 80. RGB value is (20,50,128). Sum of RGB (Red+Green+Blue) = 20+50+128=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #143280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143280 is #EBCD7F. Grayscale: #313131. Windows color (decimal): -15453568 or 8401428. OLE color: 8401428.

HSL color Cylindrical-coordinate representation of color #143280: hue angle of 223.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143280 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 50 128 -
CMYK 0.84 0.61 0 0.50
HSL 223.33º 0.73% 0.29% -
HSV(B) 223.33º 0.84% 0.5% -
XYZ 5.33 3.99 20.91 -
YUV 49.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 20 50 128 0.84 0.61 0 0.50 223.33 0.73 0.29
Hex 14 32 80 54 3D 0 32 DF 49 1D
Octal 24 62 200 124 75 0 62 337 111 35
Binary 10100 110010 10000000 1010100 111101 0 110010 11011111 1001001 11101

Color Harmonies of #143280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143280

Black with #143280

Text Example


Text Example

White with #143280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143280; }

 p { color: rgb(20,50,128); }

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

background-color css

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

 a { background-color: rgb(20,50,128); }

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

border-color css

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

 span { border-color: rgb(20,50,128); }

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