Html Css Color HEX #0C13DC Medium Blue

📋 copy color: '#0C13DC'

red 12 ◦ green 19 ◦ blue 220

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

Shades of Medium Blue #0C13DC

Tints of Medium Blue #0C13DC

RGB

 RED value IS 12 (5.08% from 255) = 4.78%

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 220 (86.33% from 255) = 87.65%

R = 4.78%
G = 7.57%
B = 87.65%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C13DC (or 0x0C13DC) is known color: Medium Blue. HEX triplet: 0C, 13 and DC. RGB value is (12,19,220). Sum of RGB (Red+Green+Blue) = 12+19+220=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C13DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C13DC is #F3EC23. Grayscale: #272727. Windows color (decimal): -15985700 or 14422796. OLE color: 14422796.

HSL color Cylindrical-coordinate representation of color #0C13DC: hue angle of 237.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C13DC is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 19 220 -
CMYK 0.95 0.91 0 0.14
HSL 237.98º 0.9% 0.45% -
HSV(B) 237.98º 0.95% 0.86% -
XYZ 13.3 5.71 68.11 -
YUV 39.82 229.68 108.16 -
System Red Green Blue C M Y K H S L
Decimal 12 19 220 0.95 0.91 0 0.14 237.98 0.9 0.45
Hex C 13 DC 5F 5B 0 E EE 5A 2D
Octal 14 23 334 137 133 0 16 356 132 55
Binary 1100 10011 11011100 1011111 1011011 0 1110 11101110 1011010 101101

Color Harmonies of #0C13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C13DC

Black with #0C13DC

Text Example


Text Example

White with #0C13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,220); }

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

background-color css

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

 a { background-color: rgb(12,19,220); }

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

border-color css

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

 span { border-color: rgb(12,19,220); }

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