Html Css Color HEX #0D1BBB Persian Blue

📋 copy color: '#0D1BBB'

red 13 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #0D1BBB

Tints of Persian Blue #0D1BBB

RGB

 RED value IS 13 (5.47% from 255) = 5.73%

 GREEN value IS 27 (10.94% from 255) = 11.89%

 BLUE value IS 187 (73.44% from 255) = 82.38%

R = 5.73%
G = 11.89%
B = 82.38%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D1BBB (or 0x0D1BBB) is known color: Persian Blue. HEX triplet: 0D, 1B and BB. RGB value is (13,27,187). Sum of RGB (Red+Green+Blue) = 13+27+187=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D1BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1BBB is #F2E444. Grayscale: #282828. Windows color (decimal): -15918149 or 12262157. OLE color: 12262157.

HSL color Cylindrical-coordinate representation of color #0D1BBB: hue angle of 235.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1BBB is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 27 187 -
CMYK 0.93 0.86 0 0.27
HSL 235.17º 0.87% 0.39% -
HSV(B) 235.17º 0.93% 0.73% -
XYZ 9.53 4.46 47.37 -
YUV 41.05 210.36 107.99 -
System Red Green Blue C M Y K H S L
Decimal 13 27 187 0.93 0.86 0 0.27 235.17 0.87 0.39
Hex D 1B BB 5D 56 0 1B EB 57 27
Octal 15 33 273 135 126 0 33 353 127 47
Binary 1101 11011 10111011 1011101 1010110 0 11011 11101011 1010111 100111

Color Harmonies of #0D1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1BBB

Black with #0D1BBB

Text Example


Text Example

White with #0D1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,27,187); }

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

background-color css

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

 a { background-color: rgb(13,27,187); }

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

border-color css

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

 span { border-color: rgb(13,27,187); }

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