Html Css Color HEX #0B396B Prussian Blue

📋 copy color: '#0B396B'

red 11 ◦ green 57 ◦ blue 107

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

Shades of Prussian Blue #0B396B

Tints of Prussian Blue #0B396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 107 (42.19% from 255) = 61.14%

R = 6.29%
G = 32.57%
B = 61.14%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B396B (or 0x0B396B) is known color: Prussian Blue. HEX triplet: 0B, 39 and 6B. RGB value is (11,57,107). Sum of RGB (Red+Green+Blue) = 11+57+107=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B396B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B396B is #F4C694. Grayscale: #303030. Windows color (decimal): -16041621 or 7026955. OLE color: 7026955.

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

Color convert

RGB 11 57 107 -
CMYK 0.90 0.47 0 0.58
HSL 211.25º 0.81% 0.23% -
HSV(B) 211.25º 0.9% 0.42% -
XYZ 4.25 4.06 14.47 -
YUV 48.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 11 57 107 0.90 0.47 0 0.58 211.25 0.81 0.23
Hex B 39 6B 5A 2F 0 3A D3 51 17
Octal 13 71 153 132 57 0 72 323 121 27
Binary 1011 111001 1101011 1011010 101111 0 111010 11010011 1010001 10111

Color Harmonies of #0B396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B396B

Black with #0B396B

Text Example


Text Example

White with #0B396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,57,107); }

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

background-color css

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

 a { background-color: rgb(11,57,107); }

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

border-color css

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

 span { border-color: rgb(11,57,107); }

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