Html Css Color HEX #10335A Prussian Blue

📋 copy color: '#10335A'

red 16 ◦ green 51 ◦ blue 90

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

Shades of Prussian Blue #10335A

Tints of Prussian Blue #10335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 10.19%
G = 32.48%
B = 57.32%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10335A (or 0x10335A) is known color: Prussian Blue. HEX triplet: 10, 33 and 5A. RGB value is (16,51,90). Sum of RGB (Red+Green+Blue) = 16+51+90=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #10335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10335A is #EFCCA5. Grayscale: #2C2C2C. Windows color (decimal): -15715494 or 5911312. OLE color: 5911312.

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

Color convert

RGB 16 51 90 -
CMYK 0.82 0.43 0 0.65
HSL 211.62º 0.7% 0.21% -
HSV(B) 211.62º 0.82% 0.35% -
XYZ 3.24 3.22 10.12 -
YUV 44.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 16 51 90 0.82 0.43 0 0.65 211.62 0.7 0.21
Hex 10 33 5A 52 2B 0 41 D4 46 15
Octal 20 63 132 122 53 0 101 324 106 25
Binary 10000 110011 1011010 1010010 101011 0 1000001 11010100 1000110 10101

Color Harmonies of #10335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10335A

Black with #10335A

Text Example


Text Example

White with #10335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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