Html Css Color HEX #0B1FBE Persian Blue

📋 copy color: '#0B1FBE'

red 11 ◦ green 31 ◦ blue 190

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

Shades of Persian Blue #0B1FBE

Tints of Persian Blue #0B1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.36%

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

R = 4.74%
G = 13.36%
B = 81.9%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B1FBE (or 0x0B1FBE) is known color: Persian Blue. HEX triplet: 0B, 1F and BE. RGB value is (11,31,190). Sum of RGB (Red+Green+Blue) = 11+31+190=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B1FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1FBE is #F4E041. Grayscale: #2A2A2A. Windows color (decimal): -16048194 or 12459787. OLE color: 12459787.

HSL color Cylindrical-coordinate representation of color #0B1FBE: hue angle of 233.3º 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 #0B1FBE is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 31 190 -
CMYK 0.94 0.84 0 0.25
HSL 233.3º 0.89% 0.39% -
HSV(B) 233.3º 0.94% 0.75% -
XYZ 9.92 4.77 49.11 -
YUV 43.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 11 31 190 0.94 0.84 0 0.25 233.3 0.89 0.39
Hex B 1F BE 5E 54 0 19 E9 59 27
Octal 13 37 276 136 124 0 31 351 131 47
Binary 1011 11111 10111110 1011110 1010100 0 11001 11101001 1011001 100111

Color Harmonies of #0B1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1FBE

Black with #0B1FBE

Text Example


Text Example

White with #0B1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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