Html Css Color HEX #0A3F67 Prussian Blue

📋 copy color: '#0A3F67'

red 10 ◦ green 63 ◦ blue 103

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

Shades of Prussian Blue #0A3F67

Tints of Prussian Blue #0A3F67

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

 BLUE value IS 103 (40.63% from 255) = 58.52%

R = 5.68%
G = 35.8%
B = 58.52%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0A3F67 (or 0x0A3F67) is known color: Prussian Blue. HEX triplet: 0A, 3F and 67. RGB value is (10,63,103). Sum of RGB (Red+Green+Blue) = 10+63+103=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A3F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3F67 is #F5C098. Grayscale: #333333. Windows color (decimal): -16105625 or 6766346. OLE color: 6766346.

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

Color convert

RGB 10 63 103 -
CMYK 0.90 0.39 0 0.60
HSL 205.81º 0.82% 0.22% -
HSV(B) 205.81º 0.9% 0.4% -
XYZ 4.35 4.6 13.49 -
YUV 51.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 10 63 103 0.90 0.39 0 0.60 205.81 0.82 0.22
Hex A 3F 67 5A 27 0 3C CE 52 16
Octal 12 77 147 132 47 0 74 316 122 26
Binary 1010 111111 1100111 1011010 100111 0 111100 11001110 1010010 10110

Color Harmonies of #0A3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3F67

Black with #0A3F67

Text Example


Text Example

White with #0A3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,103); }

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

background-color css

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

 a { background-color: rgb(10,63,103); }

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

border-color css

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

 span { border-color: rgb(10,63,103); }

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