Html Css Color HEX #0D11CF Medium Blue

📋 copy color: '#0D11CF'

red 13 ◦ green 17 ◦ blue 207

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

Shades of Medium Blue #0D11CF

Tints of Medium Blue #0D11CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 207 (81.25% from 255) = 87.34%

R = 5.49%
G = 7.17%
B = 87.34%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D11CF (or 0x0D11CF) is known color: Medium Blue. HEX triplet: 0D, 11 and CF. RGB value is (13,17,207). Sum of RGB (Red+Green+Blue) = 13+17+207=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D11CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D11CF is #F2EE30. Grayscale: #242424. Windows color (decimal): -15920689 or 13570317. OLE color: 13570317.

HSL color Cylindrical-coordinate representation of color #0D11CF: hue angle of 238.76º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D11CF is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 17 207 -
CMYK 0.94 0.92 0 0.19
HSL 238.76º 0.88% 0.43% -
HSV(B) 238.76º 0.94% 0.81% -
XYZ 11.63 4.99 59.38 -
YUV 37.46 223.67 110.55 -
System Red Green Blue C M Y K H S L
Decimal 13 17 207 0.94 0.92 0 0.19 238.76 0.88 0.43
Hex D 11 CF 5E 5C 0 13 EF 58 2B
Octal 15 21 317 136 134 0 23 357 130 53
Binary 1101 10001 11001111 1011110 1011100 0 10011 11101111 1011000 101011

Color Harmonies of #0D11CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D11CF

Black with #0D11CF

Text Example


Text Example

White with #0D11CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,207); }

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

background-color css

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

 a { background-color: rgb(13,17,207); }

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

border-color css

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

 span { border-color: rgb(13,17,207); }

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