Html Css Color HEX #0B4365 Prussian Blue

📋 copy color: '#0B4365'

red 11 ◦ green 67 ◦ blue 101

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

Shades of Prussian Blue #0B4365

Tints of Prussian Blue #0B4365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

 BLUE value IS 101 (39.84% from 255) = 56.42%

R = 6.15%
G = 37.43%
B = 56.42%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0B4365 (or 0x0B4365) is known color: Prussian Blue. HEX triplet: 0B, 43 and 65. RGB value is (11,67,101). Sum of RGB (Red+Green+Blue) = 11+67+101=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B4365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4365 is #F4BC9A. Grayscale: #353535. Windows color (decimal): -16039067 or 6636299. OLE color: 6636299.

HSL color Cylindrical-coordinate representation of color #0B4365: hue angle of 202.67º degrees, saturation: 0.8, 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 #0B4365 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 11 67 101 -
CMYK 0.89 0.34 0 0.60
HSL 202.67º 0.8% 0.22% -
HSV(B) 202.67º 0.89% 0.4% -
XYZ 4.49 5.03 13.04 -
YUV 54.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 11 67 101 0.89 0.34 0 0.60 202.67 0.8 0.22
Hex B 43 65 59 22 0 3C CB 50 16
Octal 13 103 145 131 42 0 74 313 120 26
Binary 1011 1000011 1100101 1011001 100010 0 111100 11001011 1010000 10110

Color Harmonies of #0B4365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4365

Black with #0B4365

Text Example


Text Example

White with #0B4365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,67,101); }

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

background-color css

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

 a { background-color: rgb(11,67,101); }

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

border-color css

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

 span { border-color: rgb(11,67,101); }

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