Html Css Color HEX #0B1CBE Persian Blue

📋 copy color: '#0B1CBE'

red 11 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #0B1CBE

Tints of Persian Blue #0B1CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

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

R = 4.8%
G = 12.23%
B = 82.97%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B1CBE (or 0x0B1CBE) is known color: Persian Blue. HEX triplet: 0B, 1C and BE. RGB value is (11,28,190). Sum of RGB (Red+Green+Blue) = 11+28+190=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B1CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1CBE is #F4E341. Grayscale: #282828. Windows color (decimal): -16048962 or 12459019. OLE color: 12459019.

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

Color convert

RGB 11 28 190 -
CMYK 0.94 0.85 0 0.25
HSL 234.3º 0.89% 0.39% -
HSV(B) 234.3º 0.94% 0.75% -
XYZ 9.85 4.62 49.09 -
YUV 41.39 211.87 106.33 -
System Red Green Blue C M Y K H S L
Decimal 11 28 190 0.94 0.85 0 0.25 234.3 0.89 0.39
Hex B 1C BE 5E 55 0 19 EA 59 27
Octal 13 34 276 136 125 0 31 352 131 47
Binary 1011 11100 10111110 1011110 1010101 0 11001 11101010 1011001 100111

Color Harmonies of #0B1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1CBE

Black with #0B1CBE

Text Example


Text Example

White with #0B1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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