Html Css Color HEX #0B3A69 Prussian Blue

📋 copy color: '#0B3A69'

red 11 ◦ green 58 ◦ blue 105

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

Shades of Prussian Blue #0B3A69

Tints of Prussian Blue #0B3A69

RGB

 RED value IS 11 (4.69% from 255) = 6.32%

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 6.32%
G = 33.33%
B = 60.34%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0B3A69 (or 0x0B3A69) is known color: Prussian Blue. HEX triplet: 0B, 3A and 69. RGB value is (11,58,105). Sum of RGB (Red+Green+Blue) = 11+58+105=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B3A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3A69 is #F4C596. Grayscale: #313131. Windows color (decimal): -16041367 or 6896139. OLE color: 6896139.

HSL color Cylindrical-coordinate representation of color #0B3A69: hue angle of 210º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3A69 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 58 105 -
CMYK 0.90 0.45 0 0.59
HSL 210º 0.81% 0.23% -
HSV(B) 210º 0.9% 0.41% -
XYZ 4.2 4.12 13.94 -
YUV 49.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 11 58 105 0.90 0.45 0 0.59 210 0.81 0.23
Hex B 3A 69 5A 2D 0 3B D2 51 17
Octal 13 72 151 132 55 0 73 322 121 27
Binary 1011 111010 1101001 1011010 101101 0 111011 11010010 1010001 10111

Color Harmonies of #0B3A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3A69

Black with #0B3A69

Text Example


Text Example

White with #0B3A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,58,105); }

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

background-color css

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

 a { background-color: rgb(11,58,105); }

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

border-color css

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

 span { border-color: rgb(11,58,105); }

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