Html Css Color HEX #0B3CBA Persian Blue

📋 copy color: '#0B3CBA'

red 11 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #0B3CBA

Tints of Persian Blue #0B3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

 BLUE value IS 186 (73.05% from 255) = 72.37%

R = 4.28%
G = 23.35%
B = 72.37%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B3CBA (or 0x0B3CBA) is known color: Persian Blue. HEX triplet: 0B, 3C and BA. RGB value is (11,60,186). Sum of RGB (Red+Green+Blue) = 11+60+186=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B3CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3CBA is #F4C345. Grayscale: #3B3B3B. Windows color (decimal): -16040774 or 12205067. OLE color: 12205067.

HSL color Cylindrical-coordinate representation of color #0B3CBA: hue angle of 223.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3CBA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 60 186 -
CMYK 0.94 0.68 0 0.27
HSL 223.2º 0.89% 0.39% -
HSV(B) 223.2º 0.94% 0.73% -
XYZ 10.62 6.85 47.22 -
YUV 59.71 199.27 93.25 -
System Red Green Blue C M Y K H S L
Decimal 11 60 186 0.94 0.68 0 0.27 223.2 0.89 0.39
Hex B 3C BA 5E 44 0 1B DF 59 27
Octal 13 74 272 136 104 0 33 337 131 47
Binary 1011 111100 10111010 1011110 1000100 0 11011 11011111 1011001 100111

Color Harmonies of #0B3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3CBA

Black with #0B3CBA

Text Example


Text Example

White with #0B3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,60,186); }

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

background-color css

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

 a { background-color: rgb(11,60,186); }

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

border-color css

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

 span { border-color: rgb(11,60,186); }

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