Html Css Color HEX #0B3CDD Persian Blue

📋 copy color: '#0B3CDD'

red 11 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #0B3CDD

Tints of Persian Blue #0B3CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.68%

R = 3.77%
G = 20.55%
B = 75.68%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B3CDD (or 0x0B3CDD) is known color: Persian Blue. HEX triplet: 0B, 3C and DD. RGB value is (11,60,221). Sum of RGB (Red+Green+Blue) = 11+60+221=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B3CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3CDD is #F4C322. Grayscale: #3F3F3F. Windows color (decimal): -16040739 or 14498827. OLE color: 14498827.

HSL color Cylindrical-coordinate representation of color #0B3CDD: hue angle of 226º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3CDD is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 60 221 -
CMYK 0.95 0.73 0 0.13
HSL 226º 0.91% 0.45% -
HSV(B) 226º 0.95% 0.87% -
XYZ 14.81 8.52 69.27 -
YUV 63.7 216.77 90.41 -
System Red Green Blue C M Y K H S L
Decimal 11 60 221 0.95 0.73 0 0.13 226 0.91 0.45
Hex B 3C DD 5F 49 0 D E2 5B 2D
Octal 13 74 335 137 111 0 15 342 133 55
Binary 1011 111100 11011101 1011111 1001001 0 1101 11100010 1011011 101101

Color Harmonies of #0B3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3CDD

Black with #0B3CDD

Text Example


Text Example

White with #0B3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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