Html Css Color HEX #0A3869 Prussian Blue

📋 copy color: '#0A3869'

red 10 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #0A3869

Tints of Prussian Blue #0A3869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 5.85%
G = 32.75%
B = 61.4%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A3869 (or 0x0A3869) is known color: Prussian Blue. HEX triplet: 0A, 38 and 69. RGB value is (10,56,105). Sum of RGB (Red+Green+Blue) = 10+56+105=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A3869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3869 is #F5C796. Grayscale: #2F2F2F. Windows color (decimal): -16107415 or 6895626. OLE color: 6895626.

HSL color Cylindrical-coordinate representation of color #0A3869: hue angle of 210.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3869 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 56 105 -
CMYK 0.90 0.47 0 0.59
HSL 210.95º 0.83% 0.23% -
HSV(B) 210.95º 0.9% 0.41% -
XYZ 4.09 3.91 13.9 -
YUV 47.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 10 56 105 0.90 0.47 0 0.59 210.95 0.83 0.23
Hex A 38 69 5A 2F 0 3B D3 53 17
Octal 12 70 151 132 57 0 73 323 123 27
Binary 1010 111000 1101001 1011010 101111 0 111011 11010011 1010011 10111

Color Harmonies of #0A3869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3869

Black with #0A3869

Text Example


Text Example

White with #0A3869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,56,105); }

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

background-color css

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

 a { background-color: rgb(10,56,105); }

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

border-color css

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

 span { border-color: rgb(10,56,105); }

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