Html Css Color HEX #133866 Prussian Blue

📋 copy color: '#133866'

red 19 ◦ green 56 ◦ blue 102

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

Shades of Prussian Blue #133866

Tints of Prussian Blue #133866

RGB

 RED value IS 19 (7.81% from 255) = 10.73%

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 10.73%
G = 31.64%
B = 57.63%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133866 (or 0x133866) is known color: Prussian Blue. HEX triplet: 13, 38 and 66. RGB value is (19,56,102). Sum of RGB (Red+Green+Blue) = 19+56+102=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #133866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133866 is #ECC799. Grayscale: #313131. Windows color (decimal): -15517594 or 6699027. OLE color: 6699027.

HSL color Cylindrical-coordinate representation of color #133866: hue angle of 213.25º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133866 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 56 102 -
CMYK 0.81 0.45 0 0.6
HSL 213.25º 0.69% 0.24% -
HSV(B) 213.25º 0.81% 0.4% -
XYZ 4.08 3.93 13.11 -
YUV 50.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 19 56 102 0.81 0.45 0 0.6 213.25 0.69 0.24
Hex 13 38 66 51 2D 0 3C D5 45 18
Octal 23 70 146 121 55 0 74 325 105 30
Binary 10011 111000 1100110 1010001 101101 0 111100 11010101 1000101 11000

Color Harmonies of #133866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133866

Black with #133866

Text Example


Text Example

White with #133866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133866; }

 p { color: rgb(19,56,102); }

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

background-color css

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

 a { background-color: rgb(19,56,102); }

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

border-color css

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

 span { border-color: rgb(19,56,102); }

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