Html Css Color HEX #0B2CB9 Persian Blue

📋 copy color: '#0B2CB9'

red 11 ◦ green 44 ◦ blue 185

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

Shades of Persian Blue #0B2CB9

Tints of Persian Blue #0B2CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

 BLUE value IS 185 (72.66% from 255) = 77.08%

R = 4.58%
G = 18.33%
B = 77.08%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B2CB9 (or 0x0B2CB9) is known color: Persian Blue. HEX triplet: 0B, 2C and B9. RGB value is (11,44,185). Sum of RGB (Red+Green+Blue) = 11+44+185=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #0B2CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2CB9 is #F4D346. Grayscale: #313131. Windows color (decimal): -16044871 or 12135435. OLE color: 12135435.

HSL color Cylindrical-coordinate representation of color #0B2CB9: hue angle of 228.62º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2CB9 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 44 185 -
CMYK 0.94 0.76 0 0.27
HSL 228.62º 0.89% 0.38% -
HSV(B) 228.62º 0.94% 0.73% -
XYZ 9.8 5.38 46.42 -
YUV 50.21 204.07 100.04 -
System Red Green Blue C M Y K H S L
Decimal 11 44 185 0.94 0.76 0 0.27 228.62 0.89 0.38
Hex B 2C B9 5E 4C 0 1B E5 59 26
Octal 13 54 271 136 114 0 33 345 131 46
Binary 1011 101100 10111001 1011110 1001100 0 11011 11100101 1011001 100110

Color Harmonies of #0B2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2CB9

Black with #0B2CB9

Text Example


Text Example

White with #0B2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,44,185); }

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

background-color css

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

 a { background-color: rgb(11,44,185); }

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

border-color css

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

 span { border-color: rgb(11,44,185); }

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