Html Css Color HEX #0B3FEF Persian Blue

📋 copy color: '#0B3FEF'

red 11 ◦ green 63 ◦ blue 239

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

Shades of Persian Blue #0B3FEF

Tints of Persian Blue #0B3FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

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

R = 3.51%
G = 20.13%
B = 76.36%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0B3FEF (or 0x0B3FEF) is known color: Persian Blue. HEX triplet: 0B, 3F and EF. RGB value is (11,63,239). Sum of RGB (Red+Green+Blue) = 11+63+239=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B3FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3FEF is #F4C010. Grayscale: #424242. Windows color (decimal): -16039953 or 15679243. OLE color: 15679243.

HSL color Cylindrical-coordinate representation of color #0B3FEF: hue angle of 226.32º 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 #0B3FEF is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 63 239 -
CMYK 0.95 0.74 0 0.06
HSL 226.32º 0.91% 0.49% -
HSV(B) 226.32º 0.95% 0.94% -
XYZ 17.5 9.86 82.64 -
YUV 67.52 224.77 87.69 -
System Red Green Blue C M Y K H S L
Decimal 11 63 239 0.95 0.74 0 0.06 226.32 0.91 0.49
Hex B 3F EF 5F 4A 0 6 E2 5B 31
Octal 13 77 357 137 112 0 6 342 133 61
Binary 1011 111111 11101111 1011111 1001010 0 110 11100010 1011011 110001

Color Harmonies of #0B3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3FEF

Black with #0B3FEF

Text Example


Text Example

White with #0B3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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