Html Css Color HEX #103366 Prussian Blue

📋 copy color: '#103366'

red 16 ◦ green 51 ◦ blue 102

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

Shades of Prussian Blue #103366

Tints of Prussian Blue #103366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60.36%

R = 9.47%
G = 30.18%
B = 60.36%

CMYK

 C value IS 0.84

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103366 (or 0x103366) is known color: Prussian Blue. HEX triplet: 10, 33 and 66. RGB value is (16,51,102). Sum of RGB (Red+Green+Blue) = 16+51+102=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #103366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103366 is #EFCC99. Grayscale: #2E2E2E. Windows color (decimal): -15715482 or 6697744. OLE color: 6697744.

HSL color Cylindrical-coordinate representation of color #103366: hue angle of 215.58º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103366 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 51 102 -
CMYK 0.84 0.5 0 0.6
HSL 215.58º 0.73% 0.23% -
HSV(B) 215.58º 0.84% 0.4% -
XYZ 3.8 3.44 13.03 -
YUV 46.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 16 51 102 0.84 0.5 0 0.6 215.58 0.73 0.23
Hex 10 33 66 54 32 0 3C D8 49 17
Octal 20 63 146 124 62 0 74 330 111 27
Binary 10000 110011 1100110 1010100 110010 0 111100 11011000 1001001 10111

Color Harmonies of #103366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103366

Black with #103366

Text Example


Text Example

White with #103366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103366; }

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

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

background-color css

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

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

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

border-color css

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

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

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