Html Css Color HEX #133B67 Prussian Blue

📋 copy color: '#133B67'

red 19 ◦ green 59 ◦ blue 103

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

Shades of Prussian Blue #133B67

Tints of Prussian Blue #133B67

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.6%

 BLUE value IS 103 (40.63% from 255) = 56.91%

R = 10.5%
G = 32.6%
B = 56.91%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#133B67 (or 0x133B67) is known color: Prussian Blue. HEX triplet: 13, 3B and 67. RGB value is (19,59,103). Sum of RGB (Red+Green+Blue) = 19+59+103=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #133B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B67 is #ECC498. Grayscale: #333333. Windows color (decimal): -15516825 or 6765331. OLE color: 6765331.

HSL color Cylindrical-coordinate representation of color #133B67: hue angle of 211.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133B67 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 59 103 -
CMYK 0.82 0.43 0 0.60
HSL 211.43º 0.69% 0.24% -
HSV(B) 211.43º 0.82% 0.4% -
XYZ 4.28 4.25 13.43 -
YUV 52.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 19 59 103 0.82 0.43 0 0.60 211.43 0.69 0.24
Hex 13 3B 67 52 2B 0 3C D3 45 18
Octal 23 73 147 122 53 0 74 323 105 30
Binary 10011 111011 1100111 1010010 101011 0 111100 11010011 1000101 11000

Color Harmonies of #133B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B67

Black with #133B67

Text Example


Text Example

White with #133B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B67; }

 p { color: rgb(19,59,103); }

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

background-color css

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

 a { background-color: rgb(19,59,103); }

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

border-color css

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

 span { border-color: rgb(19,59,103); }

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