Html Css Color HEX #143A6B Prussian Blue

📋 copy color: '#143A6B'

red 20 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #143A6B

Tints of Prussian Blue #143A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 10.81%
G = 31.35%
B = 57.84%

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

#143A6B (or 0x143A6B) is known color: Prussian Blue. HEX triplet: 14, 3A and 6B. RGB value is (20,58,107). Sum of RGB (Red+Green+Blue) = 20+58+107=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #143A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A6B is #EBC594. Grayscale: #333333. Windows color (decimal): -15451541 or 7027220. OLE color: 7027220.

HSL color Cylindrical-coordinate representation of color #143A6B: hue angle of 213.79º 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 #143A6B is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 58 107 -
CMYK 0.81 0.46 0 0.58
HSL 213.79º 0.69% 0.25% -
HSV(B) 213.79º 0.81% 0.42% -
XYZ 4.46 4.24 14.49 -
YUV 52.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 20 58 107 0.81 0.46 0 0.58 213.79 0.69 0.25
Hex 14 3A 6B 51 2E 0 3A D6 45 19
Octal 24 72 153 121 56 0 72 326 105 31
Binary 10100 111010 1101011 1010001 101110 0 111010 11010110 1000101 11001

Color Harmonies of #143A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A6B

Black with #143A6B

Text Example


Text Example

White with #143A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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