Html Css Color HEX #143C73 Dark Cerulean

📋 copy color: '#143C73'

red 20 ◦ green 60 ◦ blue 115

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

Shades of Dark Cerulean #143C73

Tints of Dark Cerulean #143C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 10.26%
G = 30.77%
B = 58.97%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143C73 (or 0x143C73) is known color: Dark Cerulean. HEX triplet: 14, 3C and 73. RGB value is (20,60,115). Sum of RGB (Red+Green+Blue) = 20+60+115=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #143C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C73 is #EBC38C. Grayscale: #363636. Windows color (decimal): -15451021 or 7552020. OLE color: 7552020.

HSL color Cylindrical-coordinate representation of color #143C73: hue angle of 214.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143C73 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 60 115 -
CMYK 0.83 0.48 0 0.55
HSL 214.74º 0.7% 0.26% -
HSV(B) 214.74º 0.83% 0.45% -
XYZ 5 4.62 16.85 -
YUV 54.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 20 60 115 0.83 0.48 0 0.55 214.74 0.7 0.26
Hex 14 3C 73 53 30 0 37 D7 46 1A
Octal 24 74 163 123 60 0 67 327 106 32
Binary 10100 111100 1110011 1010011 110000 0 110111 11010111 1000110 11010

Color Harmonies of #143C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C73

Black with #143C73

Text Example


Text Example

White with #143C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,115); }

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

background-color css

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

 a { background-color: rgb(20,60,115); }

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

border-color css

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

 span { border-color: rgb(20,60,115); }

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