Html Css Color HEX #133768 Prussian Blue

📋 copy color: '#133768'

red 19 ◦ green 55 ◦ blue 104

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

Shades of Prussian Blue #133768

Tints of Prussian Blue #133768

RGB

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

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

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

R = 10.67%
G = 30.9%
B = 58.43%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133768 (or 0x133768) is known color: Prussian Blue. HEX triplet: 13, 37 and 68. RGB value is (19,55,104). Sum of RGB (Red+Green+Blue) = 19+55+104=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #133768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133768 is #ECC897. Grayscale: #313131. Windows color (decimal): -15517848 or 6829843. OLE color: 6829843.

HSL color Cylindrical-coordinate representation of color #133768: hue angle of 214.59º 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 #133768 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 55 104 -
CMYK 0.82 0.47 0 0.59
HSL 214.59º 0.69% 0.24% -
HSV(B) 214.59º 0.82% 0.41% -
XYZ 4.13 3.87 13.63 -
YUV 49.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 19 55 104 0.82 0.47 0 0.59 214.59 0.69 0.24
Hex 13 37 68 52 2F 0 3B D7 45 18
Octal 23 67 150 122 57 0 73 327 105 30
Binary 10011 110111 1101000 1010010 101111 0 111011 11010111 1000101 11000

Color Harmonies of #133768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133768

Black with #133768

Text Example


Text Example

White with #133768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133768; }

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

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

background-color css

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

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

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

border-color css

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

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

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