Html Css Color HEX #0D20BC Persian Blue

📋 copy color: '#0D20BC'

red 13 ◦ green 32 ◦ blue 188

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

Shades of Persian Blue #0D20BC

Tints of Persian Blue #0D20BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 5.58%
G = 13.73%
B = 80.69%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D20BC (or 0x0D20BC) is known color: Persian Blue. HEX triplet: 0D, 20 and BC. RGB value is (13,32,188). Sum of RGB (Red+Green+Blue) = 13+32+188=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D20BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D20BC is #F2DF43. Grayscale: #2B2B2B. Windows color (decimal): -15916868 or 12328973. OLE color: 12328973.

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

Color convert

RGB 13 32 188 -
CMYK 0.93 0.83 0 0.26
HSL 233.49º 0.87% 0.39% -
HSV(B) 233.49º 0.93% 0.74% -
XYZ 9.76 4.75 47.98 -
YUV 44.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 13 32 188 0.93 0.83 0 0.26 233.49 0.87 0.39
Hex D 20 BC 5D 53 0 1A E9 57 27
Octal 15 40 274 135 123 0 32 351 127 47
Binary 1101 100000 10111100 1011101 1010011 0 11010 11101001 1010111 100111

Color Harmonies of #0D20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D20BC

Black with #0D20BC

Text Example


Text Example

White with #0D20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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