Html Css Color HEX #143C83 Dark Cerulean

📋 copy color: '#143C83'

red 20 ◦ green 60 ◦ blue 131

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

Shades of Dark Cerulean #143C83

Tints of Dark Cerulean #143C83

RGB

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

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

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

R = 9.48%
G = 28.44%
B = 62.09%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143C83 (or 0x143C83) is known color: Dark Cerulean. HEX triplet: 14, 3C and 83. RGB value is (20,60,131). Sum of RGB (Red+Green+Blue) = 20+60+131=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #143C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C83 is #EBC37C. Grayscale: #373737. Windows color (decimal): -15451005 or 8600596. OLE color: 8600596.

HSL color Cylindrical-coordinate representation of color #143C83: hue angle of 218.38º 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 #143C83 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 60 131 -
CMYK 0.85 0.54 0 0.49
HSL 218.38º 0.74% 0.3% -
HSV(B) 218.38º 0.85% 0.51% -
XYZ 6 5.02 22.13 -
YUV 56.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 20 60 131 0.85 0.54 0 0.49 218.38 0.74 0.3
Hex 14 3C 83 55 36 0 31 DA 4A 1E
Octal 24 74 203 125 66 0 61 332 112 36
Binary 10100 111100 10000011 1010101 110110 0 110001 11011010 1001010 11110

Color Harmonies of #143C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C83

Black with #143C83

Text Example


Text Example

White with #143C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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