Html Css Color HEX #0D12BC Medium Blue

📋 copy color: '#0D12BC'

red 13 ◦ green 18 ◦ blue 188

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

Shades of Medium Blue #0D12BC

Tints of Medium Blue #0D12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 5.94%
G = 8.22%
B = 85.84%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D12BC (or 0x0D12BC) is known color: Medium Blue. HEX triplet: 0D, 12 and BC. RGB value is (13,18,188). Sum of RGB (Red+Green+Blue) = 13+18+188=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D12BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D12BC is #F2ED43. Grayscale: #232323. Windows color (decimal): -15920452 or 12325389. OLE color: 12325389.

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

Color convert

RGB 13 18 188 -
CMYK 0.93 0.90 0 0.26
HSL 238.29º 0.87% 0.39% -
HSV(B) 238.29º 0.93% 0.74% -
XYZ 9.46 4.15 47.88 -
YUV 35.89 213.84 111.68 -
System Red Green Blue C M Y K H S L
Decimal 13 18 188 0.93 0.90 0 0.26 238.29 0.87 0.39
Hex D 12 BC 5D 5A 0 1A EE 57 27
Octal 15 22 274 135 132 0 32 356 127 47
Binary 1101 10010 10111100 1011101 1011010 0 11010 11101110 1010111 100111

Color Harmonies of #0D12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D12BC

Black with #0D12BC

Text Example


Text Example

White with #0D12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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