Html Css Color HEX #0B345C Prussian Blue

📋 copy color: '#0B345C'

red 11 ◦ green 52 ◦ blue 92

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

Shades of Prussian Blue #0B345C

Tints of Prussian Blue #0B345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 7.1%
G = 33.55%
B = 59.35%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B345C (or 0x0B345C) is known color: Prussian Blue. HEX triplet: 0B, 34 and 5C. RGB value is (11,52,92). Sum of RGB (Red+Green+Blue) = 11+52+92=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B345C is #F4CBA3. Grayscale: #2C2C2C. Windows color (decimal): -16042916 or 6042635. OLE color: 6042635.

HSL color Cylindrical-coordinate representation of color #0B345C: hue angle of 209.63º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B345C is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 52 92 -
CMYK 0.88 0.43 0 0.64
HSL 209.63º 0.79% 0.2% -
HSV(B) 209.63º 0.88% 0.36% -
XYZ 3.3 3.3 10.59 -
YUV 44.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 11 52 92 0.88 0.43 0 0.64 209.63 0.79 0.2
Hex B 34 5C 58 2B 0 40 D2 4F 14
Octal 13 64 134 130 53 0 100 322 117 24
Binary 1011 110100 1011100 1011000 101011 0 1000000 11010010 1001111 10100

Color Harmonies of #0B345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B345C

Black with #0B345C

Text Example


Text Example

White with #0B345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,52,92); }

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

background-color css

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

 a { background-color: rgb(11,52,92); }

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

border-color css

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

 span { border-color: rgb(11,52,92); }

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