Html Css Color HEX #10396C Prussian Blue

📋 copy color: '#10396C'

red 16 ◦ green 57 ◦ blue 108

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

Shades of Prussian Blue #10396C

Tints of Prussian Blue #10396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 8.84%
G = 31.49%
B = 59.67%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10396C (or 0x10396C) is known color: Prussian Blue. HEX triplet: 10, 39 and 6C. RGB value is (16,57,108). Sum of RGB (Red+Green+Blue) = 16+57+108=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #10396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10396C is #EFC693. Grayscale: #323232. Windows color (decimal): -15713940 or 7092496. OLE color: 7092496.

HSL color Cylindrical-coordinate representation of color #10396C: hue angle of 213.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10396C is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 57 108 -
CMYK 0.85 0.47 0 0.58
HSL 213.26º 0.74% 0.24% -
HSV(B) 213.26º 0.85% 0.42% -
XYZ 4.38 4.12 14.75 -
YUV 50.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 16 57 108 0.85 0.47 0 0.58 213.26 0.74 0.24
Hex 10 39 6C 55 2F 0 3A D5 4A 18
Octal 20 71 154 125 57 0 72 325 112 30
Binary 10000 111001 1101100 1010101 101111 0 111010 11010101 1001010 11000

Color Harmonies of #10396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10396C

Black with #10396C

Text Example


Text Example

White with #10396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10396C; }

 p { color: rgb(16,57,108); }

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

background-color css

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

 a { background-color: rgb(16,57,108); }

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

border-color css

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

 span { border-color: rgb(16,57,108); }

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