Html Css Color HEX #143F8C Dark Cerulean

📋 copy color: '#143F8C'

red 20 ◦ green 63 ◦ blue 140

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

Shades of Dark Cerulean #143F8C

Tints of Dark Cerulean #143F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 28.25%

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 8.97%
G = 28.25%
B = 62.78%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#143F8C (or 0x143F8C) is known color: Dark Cerulean. HEX triplet: 14, 3F and 8C. RGB value is (20,63,140). Sum of RGB (Red+Green+Blue) = 20+63+140=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #143F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F8C is #EBC073. Grayscale: #3A3A3A. Windows color (decimal): -15450228 or 9191188. OLE color: 9191188.

HSL color Cylindrical-coordinate representation of color #143F8C: hue angle of 218.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143F8C is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 63 140 -
CMYK 0.86 0.55 0 0.45
HSL 218.5º 0.75% 0.31% -
HSV(B) 218.5º 0.86% 0.55% -
XYZ 6.8 5.6 25.53 -
YUV 58.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 20 63 140 0.86 0.55 0 0.45 218.5 0.75 0.31
Hex 14 3F 8C 56 37 0 2D DA 4B 1F
Octal 24 77 214 126 67 0 55 332 113 37
Binary 10100 111111 10001100 1010110 110111 0 101101 11011010 1001011 11111

Color Harmonies of #143F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F8C

Black with #143F8C

Text Example


Text Example

White with #143F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,140); }

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

background-color css

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

 a { background-color: rgb(20,63,140); }

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

border-color css

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

 span { border-color: rgb(20,63,140); }

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