Html Css Color HEX #133668 Prussian Blue

📋 copy color: '#133668'

red 19 ◦ green 54 ◦ blue 104

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

Shades of Prussian Blue #133668

Tints of Prussian Blue #133668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

 BLUE value IS 104 (41.02% from 255) = 58.76%

R = 10.73%
G = 30.51%
B = 58.76%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133668 (or 0x133668) is known color: Prussian Blue. HEX triplet: 13, 36 and 68. RGB value is (19,54,104). Sum of RGB (Red+Green+Blue) = 19+54+104=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #133668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133668 is #ECC997. Grayscale: #313131. Windows color (decimal): -15518104 or 6829587. OLE color: 6829587.

HSL color Cylindrical-coordinate representation of color #133668: hue angle of 215.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133668 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 54 104 -
CMYK 0.82 0.48 0 0.59
HSL 215.29º 0.69% 0.24% -
HSV(B) 215.29º 0.82% 0.41% -
XYZ 4.09 3.78 13.61 -
YUV 49.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 19 54 104 0.82 0.48 0 0.59 215.29 0.69 0.24
Hex 13 36 68 52 30 0 3B D7 45 18
Octal 23 66 150 122 60 0 73 327 105 30
Binary 10011 110110 1101000 1010010 110000 0 111011 11010111 1000101 11000

Color Harmonies of #133668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133668

Black with #133668

Text Example


Text Example

White with #133668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133668; }

 p { color: rgb(19,54,104); }

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

background-color css

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

 a { background-color: rgb(19,54,104); }

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

border-color css

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

 span { border-color: rgb(19,54,104); }

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