Html Css Color HEX #143383 Dark Cerulean

📋 copy color: '#143383'

red 20 ◦ green 51 ◦ blue 131

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

Shades of Dark Cerulean #143383

Tints of Dark Cerulean #143383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 9.9%
G = 25.25%
B = 64.85%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143383 (or 0x143383) is known color: Dark Cerulean. HEX triplet: 14, 33 and 83. RGB value is (20,51,131). Sum of RGB (Red+Green+Blue) = 20+51+131=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #143383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143383 is #EBCC7C. Grayscale: #323232. Windows color (decimal): -15453309 or 8598292. OLE color: 8598292.

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

Color convert

RGB 20 51 131 -
CMYK 0.85 0.61 0 0.49
HSL 223.24º 0.74% 0.3% -
HSV(B) 223.24º 0.85% 0.51% -
XYZ 5.57 4.16 21.98 -
YUV 50.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 20 51 131 0.85 0.61 0 0.49 223.24 0.74 0.3
Hex 14 33 83 55 3D 0 31 DF 4A 1E
Octal 24 63 203 125 75 0 61 337 112 36
Binary 10100 110011 10000011 1010101 111101 0 110001 11011111 1001010 11110

Color Harmonies of #143383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143383

Black with #143383

Text Example


Text Example

White with #143383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143383; }

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

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

background-color css

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

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

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

border-color css

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

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

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