Html Css Color HEX #143A6C Prussian Blue

📋 copy color: '#143A6C'

red 20 ◦ green 58 ◦ blue 108

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

Shades of Prussian Blue #143A6C

Tints of Prussian Blue #143A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 10.75%
G = 31.18%
B = 58.06%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#143A6C (or 0x143A6C) is known color: Prussian Blue. HEX triplet: 14, 3A and 6C. RGB value is (20,58,108). Sum of RGB (Red+Green+Blue) = 20+58+108=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #143A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A6C is #EBC593. Grayscale: #343434. Windows color (decimal): -15451540 or 7092756. OLE color: 7092756.

HSL color Cylindrical-coordinate representation of color #143A6C: hue angle of 214.09º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143A6C is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 58 108 -
CMYK 0.81 0.46 0 0.58
HSL 214.09º 0.69% 0.25% -
HSV(B) 214.09º 0.81% 0.42% -
XYZ 4.51 4.26 14.77 -
YUV 52.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 20 58 108 0.81 0.46 0 0.58 214.09 0.69 0.25
Hex 14 3A 6C 51 2E 0 3A D6 45 19
Octal 24 72 154 121 56 0 72 326 105 31
Binary 10100 111010 1101100 1010001 101110 0 111010 11010110 1000101 11001

Color Harmonies of #143A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A6C

Black with #143A6C

Text Example


Text Example

White with #143A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,58,108); }

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

background-color css

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

 a { background-color: rgb(20,58,108); }

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

border-color css

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

 span { border-color: rgb(20,58,108); }

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