Html Css Color HEX #143480 Dark Cerulean

📋 copy color: '#143480'

red 20 ◦ green 52 ◦ blue 128

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

Shades of Dark Cerulean #143480

Tints of Dark Cerulean #143480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 10%
G = 26%
B = 64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143480 (or 0x143480) is known color: Dark Cerulean. HEX triplet: 14, 34 and 80. RGB value is (20,52,128). Sum of RGB (Red+Green+Blue) = 20+52+128=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #143480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143480 is #EBCB7F. Grayscale: #323232. Windows color (decimal): -15453056 or 8401940. OLE color: 8401940.

HSL color Cylindrical-coordinate representation of color #143480: hue angle of 222.22º 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 #143480 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 52 128 -
CMYK 0.84 0.59 0 0.50
HSL 222.22º 0.73% 0.29% -
HSV(B) 222.22º 0.84% 0.5% -
XYZ 5.41 4.16 20.94 -
YUV 51.1 171.4 105.82 -
System Red Green Blue C M Y K H S L
Decimal 20 52 128 0.84 0.59 0 0.50 222.22 0.73 0.29
Hex 14 34 80 54 3B 0 32 DE 49 1D
Octal 24 64 200 124 73 0 62 336 111 35
Binary 10100 110100 10000000 1010100 111011 0 110010 11011110 1001001 11101

Color Harmonies of #143480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143480

Black with #143480

Text Example


Text Example

White with #143480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143480; }

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

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

background-color css

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

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

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

border-color css

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

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

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