Html Css Color HEX #0B3DCE Persian Blue

📋 copy color: '#0B3DCE'

red 11 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #0B3DCE

Tints of Persian Blue #0B3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

 BLUE value IS 206 (80.86% from 255) = 74.1%

R = 3.96%
G = 21.94%
B = 74.1%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B3DCE (or 0x0B3DCE) is known color: Persian Blue. HEX triplet: 0B, 3D and CE. RGB value is (11,61,206). Sum of RGB (Red+Green+Blue) = 11+61+206=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B3DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3DCE is #F4C231. Grayscale: #3D3D3D. Windows color (decimal): -16040498 or 13516043. OLE color: 13516043.

HSL color Cylindrical-coordinate representation of color #0B3DCE: hue angle of 224.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3DCE is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 61 206 -
CMYK 0.95 0.70 0 0.19
HSL 224.62º 0.9% 0.43% -
HSV(B) 224.62º 0.95% 0.81% -
XYZ 12.95 7.86 59.23 -
YUV 62.58 208.94 91.21 -
System Red Green Blue C M Y K H S L
Decimal 11 61 206 0.95 0.70 0 0.19 224.62 0.9 0.43
Hex B 3D CE 5F 46 0 13 E1 5A 2B
Octal 13 75 316 137 106 0 23 341 132 53
Binary 1011 111101 11001110 1011111 1000110 0 10011 11100001 1011010 101011

Color Harmonies of #0B3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3DCE

Black with #0B3DCE

Text Example


Text Example

White with #0B3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,61,206); }

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

background-color css

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

 a { background-color: rgb(11,61,206); }

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

border-color css

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

 span { border-color: rgb(11,61,206); }

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