Html Css Color HEX #0D36BC Persian Blue

📋 copy color: '#0D36BC'

red 13 ◦ green 54 ◦ blue 188

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

Shades of Persian Blue #0D36BC

Tints of Persian Blue #0D36BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 5.1%
G = 21.18%
B = 73.73%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D36BC (or 0x0D36BC) is known color: Persian Blue. HEX triplet: 0D, 36 and BC. RGB value is (13,54,188). Sum of RGB (Red+Green+Blue) = 13+54+188=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D36BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D36BC is #F2C943. Grayscale: #383838. Windows color (decimal): -15911236 or 12334605. OLE color: 12334605.

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

Color convert

RGB 13 54 188 -
CMYK 0.93 0.71 0 0.26
HSL 225.94º 0.87% 0.39% -
HSV(B) 225.94º 0.93% 0.74% -
XYZ 10.56 6.35 48.25 -
YUV 57.02 201.92 96.6 -
System Red Green Blue C M Y K H S L
Decimal 13 54 188 0.93 0.71 0 0.26 225.94 0.87 0.39
Hex D 36 BC 5D 47 0 1A E2 57 27
Octal 15 66 274 135 107 0 32 342 127 47
Binary 1101 110110 10111100 1011101 1000111 0 11010 11100010 1010111 100111

Color Harmonies of #0D36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D36BC

Black with #0D36BC

Text Example


Text Example

White with #0D36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,188); }

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

background-color css

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

 a { background-color: rgb(13,54,188); }

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

border-color css

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

 span { border-color: rgb(13,54,188); }

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