Html Css Color HEX #10335B Prussian Blue

📋 copy color: '#10335B'

red 16 ◦ green 51 ◦ blue 91

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

Shades of Prussian Blue #10335B

Tints of Prussian Blue #10335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 10.13%
G = 32.28%
B = 57.59%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10335B (or 0x10335B) is known color: Prussian Blue. HEX triplet: 10, 33 and 5B. RGB value is (16,51,91). Sum of RGB (Red+Green+Blue) = 16+51+91=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #10335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10335B is #EFCCA4. Grayscale: #2C2C2C. Windows color (decimal): -15715493 or 5976848. OLE color: 5976848.

HSL color Cylindrical-coordinate representation of color #10335B: hue angle of 212º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10335B is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 51 91 -
CMYK 0.82 0.44 0 0.64
HSL 212º 0.7% 0.21% -
HSV(B) 212º 0.82% 0.36% -
XYZ 3.29 3.23 10.35 -
YUV 45.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 16 51 91 0.82 0.44 0 0.64 212 0.7 0.21
Hex 10 33 5B 52 2C 0 40 D4 46 15
Octal 20 63 133 122 54 0 100 324 106 25
Binary 10000 110011 1011011 1010010 101100 0 1000000 11010100 1000110 10101

Color Harmonies of #10335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10335B

Black with #10335B

Text Example


Text Example

White with #10335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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