Html Css Color HEX #0D03BC Medium Blue

📋 copy color: '#0D03BC'

red 13 ◦ green 3 ◦ blue 188

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

Shades of Medium Blue #0D03BC

Tints of Medium Blue #0D03BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 6.37%
G = 1.47%
B = 92.16%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D03BC (or 0x0D03BC) is known color: Medium Blue. HEX triplet: 0D, 03 and BC. RGB value is (13,3,188). Sum of RGB (Red+Green+Blue) = 13+3+188=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D03BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D03BC is #F2FC43. Grayscale: #1A1A1A. Windows color (decimal): -15924292 or 12321549. OLE color: 12321549.

HSL color Cylindrical-coordinate representation of color #0D03BC: hue angle of 243.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D03BC is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 3 188 -
CMYK 0.93 0.98 0 0.26
HSL 243.24º 0.97% 0.37% -
HSV(B) 243.24º 0.98% 0.74% -
XYZ 9.28 3.78 47.82 -
YUV 27.08 218.81 117.96 -
System Red Green Blue C M Y K H S L
Decimal 13 3 188 0.93 0.98 0 0.26 243.24 0.97 0.37
Hex D 3 BC 5D 62 0 1A F3 61 25
Octal 15 3 274 135 142 0 32 363 141 45
Binary 1101 11 10111100 1011101 1100010 0 11010 11110011 1100001 100101

Color Harmonies of #0D03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D03BC

Black with #0D03BC

Text Example


Text Example

White with #0D03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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