Html Css Color HEX #143A84 Dark Cerulean

📋 copy color: '#143A84'

red 20 ◦ green 58 ◦ blue 132

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

Shades of Dark Cerulean #143A84

Tints of Dark Cerulean #143A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

 BLUE value IS 132 (51.95% from 255) = 62.86%

R = 9.52%
G = 27.62%
B = 62.86%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#143A84 (or 0x143A84) is known color: Dark Cerulean. HEX triplet: 14, 3A and 84. RGB value is (20,58,132). Sum of RGB (Red+Green+Blue) = 20+58+132=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #143A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A84 is #EBC57B. Grayscale: #363636. Windows color (decimal): -15451516 or 8665620. OLE color: 8665620.

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

Color convert

RGB 20 58 132 -
CMYK 0.85 0.56 0 0.48
HSL 219.64º 0.74% 0.3% -
HSV(B) 219.64º 0.85% 0.52% -
XYZ 5.97 4.84 22.45 -
YUV 55.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 20 58 132 0.85 0.56 0 0.48 219.64 0.74 0.3
Hex 14 3A 84 55 38 0 30 DC 4A 1E
Octal 24 72 204 125 70 0 60 334 112 36
Binary 10100 111010 10000100 1010101 111000 0 110000 11011100 1001010 11110

Color Harmonies of #143A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A84

Black with #143A84

Text Example


Text Example

White with #143A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A84; }

 p { color: rgb(20,58,132); }

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

background-color css

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

 a { background-color: rgb(20,58,132); }

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

border-color css

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

 span { border-color: rgb(20,58,132); }

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