Html Css Color HEX #143D74 Dark Cerulean

📋 copy color: '#143D74'

red 20 ◦ green 61 ◦ blue 116

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

Shades of Dark Cerulean #143D74

Tints of Dark Cerulean #143D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 10.15%
G = 30.96%
B = 58.88%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143D74 (or 0x143D74) is known color: Dark Cerulean. HEX triplet: 14, 3D and 74. RGB value is (20,61,116). Sum of RGB (Red+Green+Blue) = 20+61+116=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #143D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D74 is #EBC28B. Grayscale: #363636. Windows color (decimal): -15450764 or 7617812. OLE color: 7617812.

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

Color convert

RGB 20 61 116 -
CMYK 0.83 0.47 0 0.55
HSL 214.38º 0.71% 0.27% -
HSV(B) 214.38º 0.83% 0.45% -
XYZ 5.11 4.75 17.17 -
YUV 55.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 20 61 116 0.83 0.47 0 0.55 214.38 0.71 0.27
Hex 14 3D 74 53 2F 0 37 D6 47 1B
Octal 24 75 164 123 57 0 67 326 107 33
Binary 10100 111101 1110100 1010011 101111 0 110111 11010110 1000111 11011

Color Harmonies of #143D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D74

Black with #143D74

Text Example


Text Example

White with #143D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,61,116); }

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

background-color css

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

 a { background-color: rgb(20,61,116); }

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

border-color css

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

 span { border-color: rgb(20,61,116); }

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