Html Css Color HEX #0D06DF Medium Blue

📋 copy color: '#0D06DF'

red 13 ◦ green 6 ◦ blue 223

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

Shades of Medium Blue #0D06DF

Tints of Medium Blue #0D06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 223 (87.5% from 255) = 92.15%

R = 5.37%
G = 2.48%
B = 92.15%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D06DF (or 0x0D06DF) is known color: Medium Blue. HEX triplet: 0D, 06 and DF. RGB value is (13,6,223). Sum of RGB (Red+Green+Blue) = 13+6+223=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 223 (87.5% from 255 or 92.15% from 242); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D06DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D06DF is #F2F920. Grayscale: #1F1F1F. Windows color (decimal): -15923489 or 14616077. OLE color: 14616077.

HSL color Cylindrical-coordinate representation of color #0D06DF: hue angle of 241.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06DF is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 6 223 -
CMYK 0.94 0.97 0 0.13
HSL 241.94º 0.95% 0.45% -
HSV(B) 241.94º 0.97% 0.87% -
XYZ 13.55 5.54 70.17 -
YUV 32.83 235.32 113.86 -
System Red Green Blue C M Y K H S L
Decimal 13 6 223 0.94 0.97 0 0.13 241.94 0.95 0.45
Hex D 6 DF 5E 61 0 D F2 5F 2D
Octal 15 6 337 136 141 0 15 362 137 55
Binary 1101 110 11011111 1011110 1100001 0 1101 11110010 1011111 101101

Color Harmonies of #0D06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D06DF

Black with #0D06DF

Text Example


Text Example

White with #0D06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,223); }

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

background-color css

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

 a { background-color: rgb(13,6,223); }

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

border-color css

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

 span { border-color: rgb(13,6,223); }

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