Html Css Color HEX #0A366E Prussian Blue

📋 copy color: '#0A366E'

red 10 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #0A366E

Tints of Prussian Blue #0A366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.22%

R = 5.75%
G = 31.03%
B = 63.22%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A366E (or 0x0A366E) is known color: Prussian Blue. HEX triplet: 0A, 36 and 6E. RGB value is (10,54,110). Sum of RGB (Red+Green+Blue) = 10+54+110=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A366E is #F5C991. Grayscale: #2E2E2E. Windows color (decimal): -16107922 or 7222794. OLE color: 7222794.

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

Color convert

RGB 10 54 110 -
CMYK 0.91 0.51 0 0.57
HSL 213.6º 0.83% 0.24% -
HSV(B) 213.6º 0.91% 0.43% -
XYZ 4.26 3.83 15.27 -
YUV 47.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 10 54 110 0.91 0.51 0 0.57 213.6 0.83 0.24
Hex A 36 6E 5B 33 0 39 D6 53 18
Octal 12 66 156 133 63 0 71 326 123 30
Binary 1010 110110 1101110 1011011 110011 0 111001 11010110 1010011 11000

Color Harmonies of #0A366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A366E

Black with #0A366E

Text Example


Text Example

White with #0A366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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