Html Css Color HEX #0B40BD Persian Blue

📋 copy color: '#0B40BD'

red 11 ◦ green 64 ◦ blue 189

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

Shades of Persian Blue #0B40BD

Tints of Persian Blue #0B40BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 189 (74.22% from 255) = 71.59%

R = 4.17%
G = 24.24%
B = 71.59%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B40BD (or 0x0B40BD) is known color: Persian Blue. HEX triplet: 0B, 40 and BD. RGB value is (11,64,189). Sum of RGB (Red+Green+Blue) = 11+64+189=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B40BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B40BD is #F4BF42. Grayscale: #3D3D3D. Windows color (decimal): -16039747 or 12402699. OLE color: 12402699.

HSL color Cylindrical-coordinate representation of color #0B40BD: hue angle of 222.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B40BD is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 64 189 -
CMYK 0.94 0.66 0 0.26
HSL 222.13º 0.89% 0.39% -
HSV(B) 222.13º 0.94% 0.74% -
XYZ 11.16 7.41 48.99 -
YUV 62.4 199.44 91.34 -
System Red Green Blue C M Y K H S L
Decimal 11 64 189 0.94 0.66 0 0.26 222.13 0.89 0.39
Hex B 40 BD 5E 42 0 1A DE 59 27
Octal 13 100 275 136 102 0 32 336 131 47
Binary 1011 1000000 10111101 1011110 1000010 0 11010 11011110 1011001 100111

Color Harmonies of #0B40BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B40BD

Black with #0B40BD

Text Example


Text Example

White with #0B40BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,64,189); }

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

background-color css

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

 a { background-color: rgb(11,64,189); }

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

border-color css

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

 span { border-color: rgb(11,64,189); }

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