Html Css Color HEX #0A386F Prussian Blue

📋 copy color: '#0A386F'

red 10 ◦ green 56 ◦ blue 111

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

Shades of Prussian Blue #0A386F

Tints of Prussian Blue #0A386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 5.65%
G = 31.64%
B = 62.71%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A386F (or 0x0A386F) is known color: Prussian Blue. HEX triplet: 0A, 38 and 6F. RGB value is (10,56,111). Sum of RGB (Red+Green+Blue) = 10+56+111=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A386F is #F5C790. Grayscale: #303030. Windows color (decimal): -16107409 or 7288842. OLE color: 7288842.

HSL color Cylindrical-coordinate representation of color #0A386F: hue angle of 212.67º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A386F is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 56 111 -
CMYK 0.91 0.50 0 0.56
HSL 212.67º 0.83% 0.24% -
HSV(B) 212.67º 0.91% 0.44% -
XYZ 4.41 4.04 15.59 -
YUV 48.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 10 56 111 0.91 0.50 0 0.56 212.67 0.83 0.24
Hex A 38 6F 5B 32 0 38 D5 53 18
Octal 12 70 157 133 62 0 70 325 123 30
Binary 1010 111000 1101111 1011011 110010 0 111000 11010101 1010011 11000

Color Harmonies of #0A386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A386F

Black with #0A386F

Text Example


Text Example

White with #0A386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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