Html Css Color HEX #0B3BEA Persian Blue

📋 copy color: '#0B3BEA'

red 11 ◦ green 59 ◦ blue 234

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

Shades of Persian Blue #0B3BEA

Tints of Persian Blue #0B3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 234 (91.8% from 255) = 76.97%

R = 3.62%
G = 19.41%
B = 76.97%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B3BEA (or 0x0B3BEA) is known color: Persian Blue. HEX triplet: 0B, 3B and EA. RGB value is (11,59,234). Sum of RGB (Red+Green+Blue) = 11+59+234=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B3BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3BEA is #F4C415. Grayscale: #3F3F3F. Windows color (decimal): -16040982 or 15350539. OLE color: 15350539.

HSL color Cylindrical-coordinate representation of color #0B3BEA: hue angle of 227.09º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3BEA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 59 234 -
CMYK 0.95 0.75 0 0.08
HSL 227.09º 0.91% 0.48% -
HSV(B) 227.09º 0.95% 0.92% -
XYZ 16.55 9.14 78.73 -
YUV 64.6 223.6 89.77 -
System Red Green Blue C M Y K H S L
Decimal 11 59 234 0.95 0.75 0 0.08 227.09 0.91 0.48
Hex B 3B EA 5F 4B 0 8 E3 5B 30
Octal 13 73 352 137 113 0 10 343 133 60
Binary 1011 111011 11101010 1011111 1001011 0 1000 11100011 1011011 110000

Color Harmonies of #0B3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3BEA

Black with #0B3BEA

Text Example


Text Example

White with #0B3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,59,234); }

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

background-color css

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

 a { background-color: rgb(11,59,234); }

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

border-color css

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

 span { border-color: rgb(11,59,234); }

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