Html Css Color HEX #0A3C6A Prussian Blue

📋 copy color: '#0A3C6A'

red 10 ◦ green 60 ◦ blue 106

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

Shades of Prussian Blue #0A3C6A

Tints of Prussian Blue #0A3C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 5.68%
G = 34.09%
B = 60.23%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A3C6A (or 0x0A3C6A) is known color: Prussian Blue. HEX triplet: 0A, 3C and 6A. RGB value is (10,60,106). Sum of RGB (Red+Green+Blue) = 10+60+106=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A3C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3C6A is #F5C395. Grayscale: #323232. Windows color (decimal): -16106390 or 6962186. OLE color: 6962186.

HSL color Cylindrical-coordinate representation of color #0A3C6A: hue angle of 208.75º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3C6A is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 60 106 -
CMYK 0.91 0.43 0 0.58
HSL 208.75º 0.83% 0.23% -
HSV(B) 208.75º 0.91% 0.42% -
XYZ 4.34 4.34 14.24 -
YUV 50.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 10 60 106 0.91 0.43 0 0.58 208.75 0.83 0.23
Hex A 3C 6A 5B 2B 0 3A D1 53 17
Octal 12 74 152 133 53 0 72 321 123 27
Binary 1010 111100 1101010 1011011 101011 0 111010 11010001 1010011 10111

Color Harmonies of #0A3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3C6A

Black with #0A3C6A

Text Example


Text Example

White with #0A3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,60,106); }

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

background-color css

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

 a { background-color: rgb(10,60,106); }

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

border-color css

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

 span { border-color: rgb(10,60,106); }

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