Html Css Color HEX #0D17BC Medium Blue

📋 copy color: '#0D17BC'

red 13 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #0D17BC

Tints of Medium Blue #0D17BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 5.8%
G = 10.27%
B = 83.93%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D17BC (or 0x0D17BC) is known color: Medium Blue. HEX triplet: 0D, 17 and BC. RGB value is (13,23,188). Sum of RGB (Red+Green+Blue) = 13+23+188=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D17BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D17BC is #F2E843. Grayscale: #262626. Windows color (decimal): -15919172 or 12326669. OLE color: 12326669.

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

Color convert

RGB 13 23 188 -
CMYK 0.93 0.88 0 0.26
HSL 236.57º 0.87% 0.39% -
HSV(B) 236.57º 0.93% 0.74% -
XYZ 9.55 4.33 47.91 -
YUV 38.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 13 23 188 0.93 0.88 0 0.26 236.57 0.87 0.39
Hex D 17 BC 5D 58 0 1A ED 57 27
Octal 15 27 274 135 130 0 32 355 127 47
Binary 1101 10111 10111100 1011101 1011000 0 11010 11101101 1010111 100111

Color Harmonies of #0D17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D17BC

Black with #0D17BC

Text Example


Text Example

White with #0D17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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