Html Css Color HEX #0C1CD5 Medium Blue

📋 copy color: '#0C1CD5'

red 12 ◦ green 28 ◦ blue 213

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

Shades of Medium Blue #0C1CD5

Tints of Medium Blue #0C1CD5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

 BLUE value IS 213 (83.59% from 255) = 84.19%

R = 4.74%
G = 11.07%
B = 84.19%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0C1CD5 (or 0x0C1CD5) is known color: Medium Blue. HEX triplet: 0C, 1C and D5. RGB value is (12,28,213). Sum of RGB (Red+Green+Blue) = 12+28+213=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 213 (83.59% from 255 or 84.19% from 253); Max value from RGB is 213 - color contains mainly: blue. Hex color #0C1CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CD5 is #F3E32A. Grayscale: #2B2B2B. Windows color (decimal): -15983403 or 13966348. OLE color: 13966348.

HSL color Cylindrical-coordinate representation of color #0C1CD5: hue angle of 235.22º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1CD5 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 28 213 -
CMYK 0.94 0.87 0 0.16
HSL 235.22º 0.89% 0.44% -
HSV(B) 235.22º 0.94% 0.84% -
XYZ 12.58 5.71 63.39 -
YUV 44.31 223.2 104.96 -
System Red Green Blue C M Y K H S L
Decimal 12 28 213 0.94 0.87 0 0.16 235.22 0.89 0.44
Hex C 1C D5 5E 57 0 10 EB 59 2C
Octal 14 34 325 136 127 0 20 353 131 54
Binary 1100 11100 11010101 1011110 1010111 0 10000 11101011 1011001 101100

Color Harmonies of #0C1CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1CD5

Black with #0C1CD5

Text Example


Text Example

White with #0C1CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,28,213); }

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

background-color css

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

 a { background-color: rgb(12,28,213); }

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

border-color css

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

 span { border-color: rgb(12,28,213); }

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