Html Css Color HEX #0B365C Prussian Blue

📋 copy color: '#0B365C'

red 11 ◦ green 54 ◦ blue 92

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

Shades of Prussian Blue #0B365C

Tints of Prussian Blue #0B365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

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

R = 7.01%
G = 34.39%
B = 58.6%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B365C (or 0x0B365C) is known color: Prussian Blue. HEX triplet: 0B, 36 and 5C. RGB value is (11,54,92). Sum of RGB (Red+Green+Blue) = 11+54+92=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B365C is #F4C9A3. Grayscale: #2D2D2D. Windows color (decimal): -16042404 or 6043147. OLE color: 6043147.

HSL color Cylindrical-coordinate representation of color #0B365C: hue angle of 208.15º 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 #0B365C is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 54 92 -
CMYK 0.88 0.41 0 0.64
HSL 208.15º 0.79% 0.2% -
HSV(B) 208.15º 0.88% 0.36% -
XYZ 3.39 3.48 10.62 -
YUV 45.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 11 54 92 0.88 0.41 0 0.64 208.15 0.79 0.2
Hex B 36 5C 58 29 0 40 D0 4F 14
Octal 13 66 134 130 51 0 100 320 117 24
Binary 1011 110110 1011100 1011000 101001 0 1000000 11010000 1001111 10100

Color Harmonies of #0B365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B365C

Black with #0B365C

Text Example


Text Example

White with #0B365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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