Html Css Color HEX #0B30DC Persian Blue

📋 copy color: '#0B30DC'

red 11 ◦ green 48 ◦ blue 220

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

Shades of Persian Blue #0B30DC

Tints of Persian Blue #0B30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 220 (86.33% from 255) = 78.85%

R = 3.94%
G = 17.2%
B = 78.85%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B30DC (or 0x0B30DC) is known color: Persian Blue. HEX triplet: 0B, 30 and DC. RGB value is (11,48,220). Sum of RGB (Red+Green+Blue) = 11+48+220=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B30DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B30DC is #F4CF23. Grayscale: #373737. Windows color (decimal): -16043812 or 14430219. OLE color: 14430219.

HSL color Cylindrical-coordinate representation of color #0B30DC: hue angle of 229.38º 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 #0B30DC is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 48 220 -
CMYK 0.95 0.78 0 0.14
HSL 229.38º 0.9% 0.45% -
HSV(B) 229.38º 0.95% 0.86% -
XYZ 14.11 7.35 68.39 -
YUV 56.55 220.24 95.51 -
System Red Green Blue C M Y K H S L
Decimal 11 48 220 0.95 0.78 0 0.14 229.38 0.9 0.45
Hex B 30 DC 5F 4E 0 E E5 5A 2D
Octal 13 60 334 137 116 0 16 345 132 55
Binary 1011 110000 11011100 1011111 1001110 0 1110 11100101 1011010 101101

Color Harmonies of #0B30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B30DC

Black with #0B30DC

Text Example


Text Example

White with #0B30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,48,220); }

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

background-color css

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

 a { background-color: rgb(11,48,220); }

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

border-color css

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

 span { border-color: rgb(11,48,220); }

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