Html Css Color HEX #143D7D Dark Cerulean

📋 copy color: '#143D7D'

red 20 ◦ green 61 ◦ blue 125

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

Shades of Dark Cerulean #143D7D

Tints of Dark Cerulean #143D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 9.71%
G = 29.61%
B = 60.68%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#143D7D (or 0x143D7D) is known color: Dark Cerulean. HEX triplet: 14, 3D and 7D. RGB value is (20,61,125). Sum of RGB (Red+Green+Blue) = 20+61+125=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #143D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D7D is #EBC282. Grayscale: #373737. Windows color (decimal): -15450755 or 8207636. OLE color: 8207636.

HSL color Cylindrical-coordinate representation of color #143D7D: hue angle of 216.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143D7D is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 61 125 -
CMYK 0.84 0.51 0 0.51
HSL 216.57º 0.72% 0.28% -
HSV(B) 216.57º 0.84% 0.49% -
XYZ 5.66 4.97 20.06 -
YUV 56.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 20 61 125 0.84 0.51 0 0.51 216.57 0.72 0.28
Hex 14 3D 7D 54 33 0 33 D9 48 1C
Octal 24 75 175 124 63 0 63 331 110 34
Binary 10100 111101 1111101 1010100 110011 0 110011 11011001 1001000 11100

Color Harmonies of #143D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D7D

Black with #143D7D

Text Example


Text Example

White with #143D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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