Html Css Color HEX #0A3E66 Prussian Blue

📋 copy color: '#0A3E66'

red 10 ◦ green 62 ◦ blue 102

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

Shades of Prussian Blue #0A3E66

Tints of Prussian Blue #0A3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 5.75%
G = 35.63%
B = 58.62%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0A3E66 (or 0x0A3E66) is known color: Prussian Blue. HEX triplet: 0A, 3E and 66. RGB value is (10,62,102). Sum of RGB (Red+Green+Blue) = 10+62+102=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A3E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E66 is #F5C199. Grayscale: #323232. Windows color (decimal): -16105882 or 6700554. OLE color: 6700554.

HSL color Cylindrical-coordinate representation of color #0A3E66: hue angle of 206.09º 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 #0A3E66 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 62 102 -
CMYK 0.90 0.39 0 0.6
HSL 206.09º 0.82% 0.22% -
HSV(B) 206.09º 0.9% 0.4% -
XYZ 4.25 4.47 13.21 -
YUV 51.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 10 62 102 0.90 0.39 0 0.6 206.09 0.82 0.22
Hex A 3E 66 5A 27 0 3C CE 52 16
Octal 12 76 146 132 47 0 74 316 122 26
Binary 1010 111110 1100110 1011010 100111 0 111100 11001110 1010010 10110

Color Harmonies of #0A3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3E66

Black with #0A3E66

Text Example


Text Example

White with #0A3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,62,102); }

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

background-color css

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

 a { background-color: rgb(10,62,102); }

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

border-color css

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

 span { border-color: rgb(10,62,102); }

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