Html Css Color HEX #0A3370 Prussian Blue

📋 copy color: '#0A3370'

red 10 ◦ green 51 ◦ blue 112

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

Shades of Prussian Blue #0A3370

Tints of Prussian Blue #0A3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 5.78%
G = 29.48%
B = 64.74%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3370 (or 0x0A3370) is known color: Prussian Blue. HEX triplet: 0A, 33 and 70. RGB value is (10,51,112). Sum of RGB (Red+Green+Blue) = 10+51+112=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A3370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3370 is #F5CC8F. Grayscale: #2D2D2D. Windows color (decimal): -16108688 or 7353098. OLE color: 7353098.

HSL color Cylindrical-coordinate representation of color #0A3370: hue angle of 215.88º degrees, saturation: 0.84, 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 #0A3370 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 51 112 -
CMYK 0.91 0.54 0 0.56
HSL 215.88º 0.84% 0.24% -
HSV(B) 215.88º 0.91% 0.44% -
XYZ 4.23 3.6 15.8 -
YUV 45.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 10 51 112 0.91 0.54 0 0.56 215.88 0.84 0.24
Hex A 33 70 5B 36 0 38 D8 54 18
Octal 12 63 160 133 66 0 70 330 124 30
Binary 1010 110011 1110000 1011011 110110 0 111000 11011000 1010100 11000

Color Harmonies of #0A3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3370

Black with #0A3370

Text Example


Text Example

White with #0A3370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,112); }

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

background-color css

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

 a { background-color: rgb(10,51,112); }

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

border-color css

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

 span { border-color: rgb(10,51,112); }

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