Html Css Color HEX #0D10CF Medium Blue

📋 copy color: '#0D10CF'

red 13 ◦ green 16 ◦ blue 207

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

Shades of Medium Blue #0D10CF

Tints of Medium Blue #0D10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 5.51%
G = 6.78%
B = 87.71%

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

#0D10CF (or 0x0D10CF) is known color: Medium Blue. HEX triplet: 0D, 10 and CF. RGB value is (13,16,207). Sum of RGB (Red+Green+Blue) = 13+16+207=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D10CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D10CF is #F2EF30. Grayscale: #242424. Windows color (decimal): -15920945 or 13570061. OLE color: 13570061.

HSL color Cylindrical-coordinate representation of color #0D10CF: hue angle of 239.07º 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 #0D10CF is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 16 207 -
CMYK 0.94 0.92 0 0.19
HSL 239.07º 0.88% 0.43% -
HSV(B) 239.07º 0.94% 0.81% -
XYZ 11.61 4.96 59.38 -
YUV 36.88 224.01 110.97 -
System Red Green Blue C M Y K H S L
Decimal 13 16 207 0.94 0.92 0 0.19 239.07 0.88 0.43
Hex D 10 CF 5E 5C 0 13 EF 58 2B
Octal 15 20 317 136 134 0 23 357 130 53
Binary 1101 10000 11001111 1011110 1011100 0 10011 11101111 1011000 101011

Color Harmonies of #0D10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D10CF

Black with #0D10CF

Text Example


Text Example

White with #0D10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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