Html Css Color HEX #0B2BBE Persian Blue

📋 copy color: '#0B2BBE'

red 11 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #0B2BBE

Tints of Persian Blue #0B2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.62%

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 4.51%
G = 17.62%
B = 77.87%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B2BBE (or 0x0B2BBE) is known color: Persian Blue. HEX triplet: 0B, 2B and BE. RGB value is (11,43,190). Sum of RGB (Red+Green+Blue) = 11+43+190=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B2BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2BBE is #F4D441. Grayscale: #313131. Windows color (decimal): -16045122 or 12462859. OLE color: 12462859.

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

Color convert

RGB 11 43 190 -
CMYK 0.94 0.77 0 0.25
HSL 229.27º 0.89% 0.39% -
HSV(B) 229.27º 0.94% 0.75% -
XYZ 10.3 5.52 49.24 -
YUV 50.19 206.9 100.05 -
System Red Green Blue C M Y K H S L
Decimal 11 43 190 0.94 0.77 0 0.25 229.27 0.89 0.39
Hex B 2B BE 5E 4D 0 19 E5 59 27
Octal 13 53 276 136 115 0 31 345 131 47
Binary 1011 101011 10111110 1011110 1001101 0 11001 11100101 1011001 100111

Color Harmonies of #0B2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2BBE

Black with #0B2BBE

Text Example


Text Example

White with #0B2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,43,190); }

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

background-color css

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

 a { background-color: rgb(11,43,190); }

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

border-color css

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

 span { border-color: rgb(11,43,190); }

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