Html Css Color HEX #0A3652 Prussian Blue

📋 copy color: '#0A3652'

red 10 ◦ green 54 ◦ blue 82

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

Shades of Prussian Blue #0A3652

Tints of Prussian Blue #0A3652

RGB

 RED value IS 10 (4.3% from 255) = 6.85%

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

 BLUE value IS 82 (32.42% from 255) = 56.16%

R = 6.85%
G = 36.99%
B = 56.16%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A3652 (or 0x0A3652) is known color: Prussian Blue. HEX triplet: 0A, 36 and 52. RGB value is (10,54,82). Sum of RGB (Red+Green+Blue) = 10+54+82=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A3652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3652 is #F5C9AD. Grayscale: #2B2B2B. Windows color (decimal): -16107950 or 5387786. OLE color: 5387786.

HSL color Cylindrical-coordinate representation of color #0A3652: hue angle of 203.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3652 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 54 82 -
CMYK 0.88 0.34 0 0.68
HSL 203.33º 0.78% 0.18% -
HSV(B) 203.33º 0.88% 0.32% -
XYZ 2.97 3.31 8.47 -
YUV 44.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 10 54 82 0.88 0.34 0 0.68 203.33 0.78 0.18
Hex A 36 52 58 22 0 44 CB 4E 12
Octal 12 66 122 130 42 0 104 313 116 22
Binary 1010 110110 1010010 1011000 100010 0 1000100 11001011 1001110 10010

Color Harmonies of #0A3652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3652

Black with #0A3652

Text Example


Text Example

White with #0A3652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3652; }

 p { color: rgb(10,54,82); }

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

background-color css

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

 a { background-color: rgb(10,54,82); }

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

border-color css

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

 span { border-color: rgb(10,54,82); }

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