Html Css Color HEX #0B386C Prussian Blue

📋 copy color: '#0B386C'

red 11 ◦ green 56 ◦ blue 108

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

Shades of Prussian Blue #0B386C

Tints of Prussian Blue #0B386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 108 (42.58% from 255) = 61.71%

R = 6.29%
G = 32%
B = 61.71%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B386C (or 0x0B386C) is known color: Prussian Blue. HEX triplet: 0B, 38 and 6C. RGB value is (11,56,108). Sum of RGB (Red+Green+Blue) = 11+56+108=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B386C is #F4C793. Grayscale: #303030. Windows color (decimal): -16041876 or 7092235. OLE color: 7092235.

HSL color Cylindrical-coordinate representation of color #0B386C: hue angle of 212.16º degrees, saturation: 0.82, 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 #0B386C is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 56 108 -
CMYK 0.90 0.48 0 0.58
HSL 212.16º 0.82% 0.23% -
HSV(B) 212.16º 0.9% 0.42% -
XYZ 4.26 3.98 14.73 -
YUV 48.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 11 56 108 0.90 0.48 0 0.58 212.16 0.82 0.23
Hex B 38 6C 5A 30 0 3A D4 52 17
Octal 13 70 154 132 60 0 72 324 122 27
Binary 1011 111000 1101100 1011010 110000 0 111010 11010100 1010010 10111

Color Harmonies of #0B386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B386C

Black with #0B386C

Text Example


Text Example

White with #0B386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,56,108); }

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

background-color css

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

 a { background-color: rgb(11,56,108); }

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

border-color css

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

 span { border-color: rgb(11,56,108); }

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