Html Css Color HEX #0A3375 Prussian Blue

📋 copy color: '#0A3375'

red 10 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #0A3375

Tints of Prussian Blue #0A3375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.73%

R = 5.62%
G = 28.65%
B = 65.73%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A3375 (or 0x0A3375) is known color: Prussian Blue. HEX triplet: 0A, 33 and 75. RGB value is (10,51,117). Sum of RGB (Red+Green+Blue) = 10+51+117=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3375 is #F5CC8A. Grayscale: #2D2D2D. Windows color (decimal): -16108683 or 7680778. OLE color: 7680778.

HSL color Cylindrical-coordinate representation of color #0A3375: hue angle of 217.01º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3375 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 51 117 -
CMYK 0.91 0.56 0 0.54
HSL 217.01º 0.84% 0.25% -
HSV(B) 217.01º 0.91% 0.46% -
XYZ 4.52 3.72 17.31 -
YUV 46.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 10 51 117 0.91 0.56 0 0.54 217.01 0.84 0.25
Hex A 33 75 5B 38 0 36 D9 54 19
Octal 12 63 165 133 70 0 66 331 124 31
Binary 1010 110011 1110101 1011011 111000 0 110110 11011001 1010100 11001

Color Harmonies of #0A3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3375

Black with #0A3375

Text Example


Text Example

White with #0A3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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