Html Css Color HEX #0B2EE9 Persian Blue

📋 copy color: '#0B2EE9'

red 11 ◦ green 46 ◦ blue 233

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

Shades of Persian Blue #0B2EE9

Tints of Persian Blue #0B2EE9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 233 (91.41% from 255) = 80.34%

R = 3.79%
G = 15.86%
B = 80.34%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0B2EE9 (or 0x0B2EE9) is known color: Persian Blue. HEX triplet: 0B, 2E and E9. RGB value is (11,46,233). Sum of RGB (Red+Green+Blue) = 11+46+233=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 233 (91.41% from 255 or 80.34% from 290); Max value from RGB is 233 - color contains mainly: blue. Hex color #0B2EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2EE9 is #F4D116. Grayscale: #383838. Windows color (decimal): -16044311 or 15281675. OLE color: 15281675.

HSL color Cylindrical-coordinate representation of color #0B2EE9: hue angle of 230.54º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2EE9 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 46 233 -
CMYK 0.95 0.80 0 0.09
HSL 230.54º 0.91% 0.48% -
HSV(B) 230.54º 0.95% 0.91% -
XYZ 15.82 7.91 77.78 -
YUV 56.85 227.4 95.29 -
System Red Green Blue C M Y K H S L
Decimal 11 46 233 0.95 0.80 0 0.09 230.54 0.91 0.48
Hex B 2E E9 5F 50 0 9 E7 5B 30
Octal 13 56 351 137 120 0 11 347 133 60
Binary 1011 101110 11101001 1011111 1010000 0 1001 11100111 1011011 110000

Color Harmonies of #0B2EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2EE9

Black with #0B2EE9

Text Example


Text Example

White with #0B2EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,46,233); }

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

background-color css

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

 a { background-color: rgb(11,46,233); }

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

border-color css

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

 span { border-color: rgb(11,46,233); }

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