Html Css Color HEX #143D83 Dark Cerulean

📋 copy color: '#143D83'

red 20 ◦ green 61 ◦ blue 131

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

Shades of Dark Cerulean #143D83

Tints of Dark Cerulean #143D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.79%

R = 9.43%
G = 28.77%
B = 61.79%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143D83 (or 0x143D83) is known color: Dark Cerulean. HEX triplet: 14, 3D and 83. RGB value is (20,61,131). Sum of RGB (Red+Green+Blue) = 20+61+131=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #143D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D83 is #EBC27C. Grayscale: #383838. Windows color (decimal): -15450749 or 8600852. OLE color: 8600852.

HSL color Cylindrical-coordinate representation of color #143D83: hue angle of 217.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143D83 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 61 131 -
CMYK 0.85 0.53 0 0.49
HSL 217.84º 0.74% 0.3% -
HSV(B) 217.84º 0.85% 0.51% -
XYZ 6.05 5.12 22.14 -
YUV 56.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 20 61 131 0.85 0.53 0 0.49 217.84 0.74 0.3
Hex 14 3D 83 55 35 0 31 DA 4A 1E
Octal 24 75 203 125 65 0 61 332 112 36
Binary 10100 111101 10000011 1010101 110101 0 110001 11011010 1001010 11110

Color Harmonies of #143D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D83

Black with #143D83

Text Example


Text Example

White with #143D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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