Html Css Color HEX #103360 Prussian Blue

📋 copy color: '#103360'

red 16 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #103360

Tints of Prussian Blue #103360

RGB

 RED value IS 16 (6.64% from 255) = 9.82%

 GREEN value IS 51 (20.31% from 255) = 31.29%

 BLUE value IS 96 (37.89% from 255) = 58.9%

R = 9.82%
G = 31.29%
B = 58.9%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103360 (or 0x103360) is known color: Prussian Blue. HEX triplet: 10, 33 and 60. RGB value is (16,51,96). Sum of RGB (Red+Green+Blue) = 16+51+96=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #103360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103360 is #EFCC9F. Grayscale: #2D2D2D. Windows color (decimal): -15715488 or 6304528. OLE color: 6304528.

HSL color Cylindrical-coordinate representation of color #103360: hue angle of 213.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103360 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 51 96 -
CMYK 0.83 0.47 0 0.62
HSL 213.75º 0.71% 0.22% -
HSV(B) 213.75º 0.83% 0.38% -
XYZ 3.51 3.32 11.52 -
YUV 45.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 16 51 96 0.83 0.47 0 0.62 213.75 0.71 0.22
Hex 10 33 60 53 2F 0 3E D6 47 16
Octal 20 63 140 123 57 0 76 326 107 26
Binary 10000 110011 1100000 1010011 101111 0 111110 11010110 1000111 10110

Color Harmonies of #103360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103360

Black with #103360

Text Example


Text Example

White with #103360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103360; }

 p { color: rgb(16,51,96); }

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

background-color css

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

 a { background-color: rgb(16,51,96); }

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

border-color css

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

 span { border-color: rgb(16,51,96); }

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