Html Css Color HEX #0B41EF Persian Blue

📋 copy color: '#0B41EF'

red 11 ◦ green 65 ◦ blue 239

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

Shades of Persian Blue #0B41EF

Tints of Persian Blue #0B41EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 239 (93.75% from 255) = 75.87%

R = 3.49%
G = 20.63%
B = 75.87%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0B41EF (or 0x0B41EF) is known color: Persian Blue. HEX triplet: 0B, 41 and EF. RGB value is (11,65,239). Sum of RGB (Red+Green+Blue) = 11+65+239=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B41EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B41EF is #F4BE10. Grayscale: #434343. Windows color (decimal): -16039441 or 15679755. OLE color: 15679755.

HSL color Cylindrical-coordinate representation of color #0B41EF: hue angle of 225.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B41EF is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 65 239 -
CMYK 0.95 0.73 0 0.06
HSL 225.79º 0.91% 0.49% -
HSV(B) 225.79º 0.95% 0.94% -
XYZ 17.61 10.08 82.68 -
YUV 68.69 224.11 86.85 -
System Red Green Blue C M Y K H S L
Decimal 11 65 239 0.95 0.73 0 0.06 225.79 0.91 0.49
Hex B 41 EF 5F 49 0 6 E2 5B 31
Octal 13 101 357 137 111 0 6 342 133 61
Binary 1011 1000001 11101111 1011111 1001001 0 110 11100010 1011011 110001

Color Harmonies of #0B41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B41EF

Black with #0B41EF

Text Example


Text Example

White with #0B41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,239); }

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

background-color css

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

 a { background-color: rgb(11,65,239); }

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

border-color css

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

 span { border-color: rgb(11,65,239); }

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