Html Css Color HEX #0D28BB Persian Blue

📋 copy color: '#0D28BB'

red 13 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #0D28BB

Tints of Persian Blue #0D28BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 5.42%
G = 16.67%
B = 77.92%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D28BB (or 0x0D28BB) is known color: Persian Blue. HEX triplet: 0D, 28 and BB. RGB value is (13,40,187). Sum of RGB (Red+Green+Blue) = 13+40+187=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D28BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D28BB is #F2D744. Grayscale: #303030. Windows color (decimal): -15914821 or 12265485. OLE color: 12265485.

HSL color Cylindrical-coordinate representation of color #0D28BB: hue angle of 230.69º 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 #0D28BB is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 40 187 -
CMYK 0.93 0.79 0 0.27
HSL 230.69º 0.87% 0.39% -
HSV(B) 230.69º 0.93% 0.73% -
XYZ 9.89 5.19 47.49 -
YUV 48.69 206.05 102.55 -
System Red Green Blue C M Y K H S L
Decimal 13 40 187 0.93 0.79 0 0.27 230.69 0.87 0.39
Hex D 28 BB 5D 4F 0 1B E7 57 27
Octal 15 50 273 135 117 0 33 347 127 47
Binary 1101 101000 10111011 1011101 1001111 0 11011 11100111 1010111 100111

Color Harmonies of #0D28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D28BB

Black with #0D28BB

Text Example


Text Example

White with #0D28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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