Html Css Color HEX #0C15DB Medium Blue

📋 copy color: '#0C15DB'

red 12 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #0C15DB

Tints of Medium Blue #0C15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 219 (85.94% from 255) = 86.9%

R = 4.76%
G = 8.33%
B = 86.9%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C15DB (or 0x0C15DB) is known color: Medium Blue. HEX triplet: 0C, 15 and DB. RGB value is (12,21,219). Sum of RGB (Red+Green+Blue) = 12+21+219=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C15DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C15DB is #F3EA24. Grayscale: #282828. Windows color (decimal): -15985189 or 14357772. OLE color: 14357772.

HSL color Cylindrical-coordinate representation of color #0C15DB: hue angle of 237.39º 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 #0C15DB is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 21 219 -
CMYK 0.95 0.90 0 0.14
HSL 237.39º 0.9% 0.45% -
HSV(B) 237.39º 0.95% 0.86% -
XYZ 13.21 5.73 67.43 -
YUV 40.88 228.52 107.4 -
System Red Green Blue C M Y K H S L
Decimal 12 21 219 0.95 0.90 0 0.14 237.39 0.9 0.45
Hex C 15 DB 5F 5A 0 E ED 5A 2D
Octal 14 25 333 137 132 0 16 355 132 55
Binary 1100 10101 11011011 1011111 1011010 0 1110 11101101 1011010 101101

Color Harmonies of #0C15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C15DB

Black with #0C15DB

Text Example


Text Example

White with #0C15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,21,219); }

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

background-color css

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

 a { background-color: rgb(12,21,219); }

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

border-color css

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

 span { border-color: rgb(12,21,219); }

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