Html Css Color HEX #0A4363 Prussian Blue

📋 copy color: '#0A4363'

red 10 ◦ green 67 ◦ blue 99

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

Shades of Prussian Blue #0A4363

Tints of Prussian Blue #0A4363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

 BLUE value IS 99 (39.06% from 255) = 56.25%

R = 5.68%
G = 38.07%
B = 56.25%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A4363 (or 0x0A4363) is known color: Prussian Blue. HEX triplet: 0A, 43 and 63. RGB value is (10,67,99). Sum of RGB (Red+Green+Blue) = 10+67+99=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A4363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4363 is #F5BC9C. Grayscale: #353535. Windows color (decimal): -16104605 or 6505226. OLE color: 6505226.

HSL color Cylindrical-coordinate representation of color #0A4363: hue angle of 201.57º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4363 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 67 99 -
CMYK 0.90 0.32 0 0.61
HSL 201.57º 0.82% 0.21% -
HSV(B) 201.57º 0.9% 0.39% -
XYZ 4.38 4.98 12.53 -
YUV 53.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 10 67 99 0.90 0.32 0 0.61 201.57 0.82 0.21
Hex A 43 63 5A 20 0 3D CA 52 15
Octal 12 103 143 132 40 0 75 312 122 25
Binary 1010 1000011 1100011 1011010 100000 0 111101 11001010 1010010 10101

Color Harmonies of #0A4363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4363

Black with #0A4363

Text Example


Text Example

White with #0A4363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,67,99); }

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

background-color css

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

 a { background-color: rgb(10,67,99); }

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

border-color css

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

 span { border-color: rgb(10,67,99); }

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