Html Css Color HEX #133A68 Prussian Blue

📋 copy color: '#133A68'

red 19 ◦ green 58 ◦ blue 104

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

Shades of Prussian Blue #133A68

Tints of Prussian Blue #133A68

RGB

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

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

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

R = 10.5%
G = 32.04%
B = 57.46%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133A68 (or 0x133A68) is known color: Prussian Blue. HEX triplet: 13, 3A and 68. RGB value is (19,58,104). Sum of RGB (Red+Green+Blue) = 19+58+104=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #133A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A68 is #ECC597. Grayscale: #333333. Windows color (decimal): -15517080 or 6830611. OLE color: 6830611.

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

Color convert

RGB 19 58 104 -
CMYK 0.82 0.44 0 0.59
HSL 212.47º 0.69% 0.24% -
HSV(B) 212.47º 0.82% 0.41% -
XYZ 4.28 4.16 13.67 -
YUV 51.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 19 58 104 0.82 0.44 0 0.59 212.47 0.69 0.24
Hex 13 3A 68 52 2C 0 3B D4 45 18
Octal 23 72 150 122 54 0 73 324 105 30
Binary 10011 111010 1101000 1010010 101100 0 111011 11010100 1000101 11000

Color Harmonies of #133A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A68

Black with #133A68

Text Example


Text Example

White with #133A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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