Html Css Color HEX #0A2F65 Prussian Blue

📋 copy color: '#0A2F65'

red 10 ◦ green 47 ◦ blue 101

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

Shades of Prussian Blue #0A2F65

Tints of Prussian Blue #0A2F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.75%

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 6.33%
G = 29.75%
B = 63.92%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0A2F65 (or 0x0A2F65) is known color: Prussian Blue. HEX triplet: 0A, 2F and 65. RGB value is (10,47,101). Sum of RGB (Red+Green+Blue) = 10+47+101=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A2F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F65 is #F5D09A. Grayscale: #292929. Windows color (decimal): -16109723 or 6631178. OLE color: 6631178.

HSL color Cylindrical-coordinate representation of color #0A2F65: hue angle of 215.6º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2F65 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 47 101 -
CMYK 0.90 0.53 0 0.60
HSL 215.6º 0.82% 0.22% -
HSV(B) 215.6º 0.9% 0.4% -
XYZ 3.49 3.04 12.71 -
YUV 42.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 10 47 101 0.90 0.53 0 0.60 215.6 0.82 0.22
Hex A 2F 65 5A 35 0 3C D8 52 16
Octal 12 57 145 132 65 0 74 330 122 26
Binary 1010 101111 1100101 1011010 110101 0 111100 11011000 1010010 10110

Color Harmonies of #0A2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2F65

Black with #0A2F65

Text Example


Text Example

White with #0A2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,47,101); }

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

background-color css

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

 a { background-color: rgb(10,47,101); }

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

border-color css

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

 span { border-color: rgb(10,47,101); }

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