Html Css Color HEX #143773 Dark Cerulean

📋 copy color: '#143773'

red 20 ◦ green 55 ◦ blue 115

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

Shades of Dark Cerulean #143773

Tints of Dark Cerulean #143773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

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

R = 10.53%
G = 28.95%
B = 60.53%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143773 (or 0x143773) is known color: Dark Cerulean. HEX triplet: 14, 37 and 73. RGB value is (20,55,115). Sum of RGB (Red+Green+Blue) = 20+55+115=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #143773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143773 is #EBC88C. Grayscale: #333333. Windows color (decimal): -15452301 or 7550740. OLE color: 7550740.

HSL color Cylindrical-coordinate representation of color #143773: hue angle of 217.89º 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 #143773 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 55 115 -
CMYK 0.83 0.52 0 0.55
HSL 217.89º 0.7% 0.26% -
HSV(B) 217.89º 0.83% 0.45% -
XYZ 4.75 4.12 16.76 -
YUV 51.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 20 55 115 0.83 0.52 0 0.55 217.89 0.7 0.26
Hex 14 37 73 53 34 0 37 DA 46 1A
Octal 24 67 163 123 64 0 67 332 106 32
Binary 10100 110111 1110011 1010011 110100 0 110111 11011010 1000110 11010

Color Harmonies of #143773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143773

Black with #143773

Text Example


Text Example

White with #143773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143773; }

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

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

background-color css

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

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

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

border-color css

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

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

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