Html Css Color HEX #143683 Dark Cerulean

📋 copy color: '#143683'

red 20 ◦ green 54 ◦ blue 131

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

Shades of Dark Cerulean #143683

Tints of Dark Cerulean #143683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 9.76%
G = 26.34%
B = 63.9%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143683 (or 0x143683) is known color: Dark Cerulean. HEX triplet: 14, 36 and 83. RGB value is (20,54,131). Sum of RGB (Red+Green+Blue) = 20+54+131=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #143683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143683 is #EBC97C. Grayscale: #343434. Windows color (decimal): -15452541 or 8599060. OLE color: 8599060.

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

Color convert

RGB 20 54 131 -
CMYK 0.85 0.59 0 0.49
HSL 221.62º 0.74% 0.3% -
HSV(B) 221.62º 0.85% 0.51% -
XYZ 5.7 4.43 22.03 -
YUV 52.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 20 54 131 0.85 0.59 0 0.49 221.62 0.74 0.3
Hex 14 36 83 55 3B 0 31 DE 4A 1E
Octal 24 66 203 125 73 0 61 336 112 36
Binary 10100 110110 10000011 1010101 111011 0 110001 11011110 1001010 11110

Color Harmonies of #143683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143683

Black with #143683

Text Example


Text Example

White with #143683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143683; }

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

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

background-color css

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

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

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

border-color css

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

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

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