Html Css Color HEX #0B35DB Persian Blue

📋 copy color: '#0B35DB'

red 11 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #0B35DB

Tints of Persian Blue #0B35DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

 BLUE value IS 219 (85.94% from 255) = 77.39%

R = 3.89%
G = 18.73%
B = 77.39%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B35DB (or 0x0B35DB) is known color: Persian Blue. HEX triplet: 0B, 35 and DB. RGB value is (11,53,219). Sum of RGB (Red+Green+Blue) = 11+53+219=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B35DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B35DB is #F4CA24. Grayscale: #3A3A3A. Windows color (decimal): -16042533 or 14365963. OLE color: 14365963.

HSL color Cylindrical-coordinate representation of color #0B35DB: hue angle of 227.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B35DB is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 53 219 -
CMYK 0.95 0.76 0 0.14
HSL 227.88º 0.9% 0.45% -
HSV(B) 227.88º 0.95% 0.86% -
XYZ 14.2 7.73 67.76 -
YUV 59.37 218.09 93.5 -
System Red Green Blue C M Y K H S L
Decimal 11 53 219 0.95 0.76 0 0.14 227.88 0.9 0.45
Hex B 35 DB 5F 4C 0 E E4 5A 2D
Octal 13 65 333 137 114 0 16 344 132 55
Binary 1011 110101 11011011 1011111 1001100 0 1110 11100100 1011010 101101

Color Harmonies of #0B35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B35DB

Black with #0B35DB

Text Example


Text Example

White with #0B35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,53,219); }

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

background-color css

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

 a { background-color: rgb(11,53,219); }

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

border-color css

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

 span { border-color: rgb(11,53,219); }

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