Html Css Color HEX #0B3867 Prussian Blue

📋 copy color: '#0B3867'

red 11 ◦ green 56 ◦ blue 103

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

Shades of Prussian Blue #0B3867

Tints of Prussian Blue #0B3867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 60.59%

R = 6.47%
G = 32.94%
B = 60.59%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0B3867 (or 0x0B3867) is known color: Prussian Blue. HEX triplet: 0B, 38 and 67. RGB value is (11,56,103). Sum of RGB (Red+Green+Blue) = 11+56+103=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B3867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3867 is #F4C798. Grayscale: #2F2F2F. Windows color (decimal): -16041881 or 6764555. OLE color: 6764555.

HSL color Cylindrical-coordinate representation of color #0B3867: hue angle of 210.65º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3867 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 11 56 103 -
CMYK 0.89 0.46 0 0.60
HSL 210.65º 0.81% 0.22% -
HSV(B) 210.65º 0.89% 0.4% -
XYZ 4 3.88 13.37 -
YUV 47.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 11 56 103 0.89 0.46 0 0.60 210.65 0.81 0.22
Hex B 38 67 59 2E 0 3C D3 51 16
Octal 13 70 147 131 56 0 74 323 121 26
Binary 1011 111000 1100111 1011001 101110 0 111100 11010011 1010001 10110

Color Harmonies of #0B3867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3867

Black with #0B3867

Text Example


Text Example

White with #0B3867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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