Html Css Color HEX #10365D Prussian Blue

📋 copy color: '#10365D'

red 16 ◦ green 54 ◦ blue 93

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

Shades of Prussian Blue #10365D

Tints of Prussian Blue #10365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.13%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 9.82%
G = 33.13%
B = 57.06%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10365D (or 0x10365D) is known color: Prussian Blue. HEX triplet: 10, 36 and 5D. RGB value is (16,54,93). Sum of RGB (Red+Green+Blue) = 16+54+93=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #10365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10365D is #EFC9A2. Grayscale: #2E2E2E. Windows color (decimal): -15714723 or 6108688. OLE color: 6108688.

HSL color Cylindrical-coordinate representation of color #10365D: hue angle of 210.39º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10365D is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 54 93 -
CMYK 0.83 0.42 0 0.64
HSL 210.39º 0.71% 0.21% -
HSV(B) 210.39º 0.83% 0.36% -
XYZ 3.51 3.54 10.85 -
YUV 47.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 16 54 93 0.83 0.42 0 0.64 210.39 0.71 0.21
Hex 10 36 5D 53 2A 0 40 D2 47 15
Octal 20 66 135 123 52 0 100 322 107 25
Binary 10000 110110 1011101 1010011 101010 0 1000000 11010010 1000111 10101

Color Harmonies of #10365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10365D

Black with #10365D

Text Example


Text Example

White with #10365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10365D; }

 p { color: rgb(16,54,93); }

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

background-color css

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

 a { background-color: rgb(16,54,93); }

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

border-color css

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

 span { border-color: rgb(16,54,93); }

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