Html Css Color HEX #143765 Prussian Blue

📋 copy color: '#143765'

red 20 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #143765

Tints of Prussian Blue #143765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 11.36%
G = 31.25%
B = 57.39%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#143765 (or 0x143765) is known color: Prussian Blue. HEX triplet: 14, 37 and 65. RGB value is (20,55,101). Sum of RGB (Red+Green+Blue) = 20+55+101=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #143765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143765 is #EBC89A. Grayscale: #313131. Windows color (decimal): -15452315 or 6633236. OLE color: 6633236.

HSL color Cylindrical-coordinate representation of color #143765: hue angle of 214.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143765 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 55 101 -
CMYK 0.80 0.46 0 0.60
HSL 214.07º 0.67% 0.24% -
HSV(B) 214.07º 0.8% 0.4% -
XYZ 4 3.82 12.84 -
YUV 49.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 20 55 101 0.80 0.46 0 0.60 214.07 0.67 0.24
Hex 14 37 65 50 2E 0 3C D6 43 18
Octal 24 67 145 120 56 0 74 326 103 30
Binary 10100 110111 1100101 1010000 101110 0 111100 11010110 1000011 11000

Color Harmonies of #143765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143765

Black with #143765

Text Example


Text Example

White with #143765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143765; }

 p { color: rgb(20,55,101); }

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

background-color css

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

 a { background-color: rgb(20,55,101); }

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

border-color css

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

 span { border-color: rgb(20,55,101); }

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