Html Css Color HEX #0D05BB Medium Blue

📋 copy color: '#0D05BB'

red 13 ◦ green 5 ◦ blue 187

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

Shades of Medium Blue #0D05BB

Tints of Medium Blue #0D05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 187 (73.44% from 255) = 91.22%

R = 6.34%
G = 2.44%
B = 91.22%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D05BB (or 0x0D05BB) is known color: Medium Blue. HEX triplet: 0D, 05 and BB. RGB value is (13,5,187). Sum of RGB (Red+Green+Blue) = 13+5+187=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D05BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D05BB is #F2FA44. Grayscale: #1B1B1B. Windows color (decimal): -15923781 or 12256525. OLE color: 12256525.

HSL color Cylindrical-coordinate representation of color #0D05BB: hue angle of 242.64º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D05BB is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 5 187 -
CMYK 0.93 0.97 0 0.27
HSL 242.64º 0.95% 0.38% -
HSV(B) 242.64º 0.97% 0.73% -
XYZ 9.19 3.78 47.26 -
YUV 28.14 217.65 117.2 -
System Red Green Blue C M Y K H S L
Decimal 13 5 187 0.93 0.97 0 0.27 242.64 0.95 0.38
Hex D 5 BB 5D 61 0 1B F3 5F 26
Octal 15 5 273 135 141 0 33 363 137 46
Binary 1101 101 10111011 1011101 1100001 0 11011 11110011 1011111 100110

Color Harmonies of #0D05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D05BB

Black with #0D05BB

Text Example


Text Example

White with #0D05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,187); }

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

background-color css

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

 a { background-color: rgb(13,5,187); }

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

border-color css

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

 span { border-color: rgb(13,5,187); }

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