Html Css Color HEX #0C0FCB Medium Blue

📋 copy color: '#0C0FCB'

red 12 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #0C0FCB

Tints of Medium Blue #0C0FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 203 (79.69% from 255) = 88.26%

R = 5.22%
G = 6.52%
B = 88.26%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C0FCB (or 0x0C0FCB) is known color: Medium Blue. HEX triplet: 0C, 0F and CB. RGB value is (12,15,203). Sum of RGB (Red+Green+Blue) = 12+15+203=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 203 (79.69% from 255 or 88.26% from 230); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C0FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0FCB is #F3F034. Grayscale: #222222. Windows color (decimal): -15986741 or 13307660. OLE color: 13307660.

HSL color Cylindrical-coordinate representation of color #0C0FCB: hue angle of 239.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0FCB is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 15 203 -
CMYK 0.94 0.93 0 0.20
HSL 239.06º 0.89% 0.42% -
HSV(B) 239.06º 0.94% 0.8% -
XYZ 11.1 4.73 56.83 -
YUV 35.54 222.51 111.21 -
System Red Green Blue C M Y K H S L
Decimal 12 15 203 0.94 0.93 0 0.20 239.06 0.89 0.42
Hex C F CB 5E 5D 0 14 EF 59 2A
Octal 14 17 313 136 135 0 24 357 131 52
Binary 1100 1111 11001011 1011110 1011101 0 10100 11101111 1011001 101010

Color Harmonies of #0C0FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0FCB

Black with #0C0FCB

Text Example


Text Example

White with #0C0FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,15,203); }

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

background-color css

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

 a { background-color: rgb(12,15,203); }

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

border-color css

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

 span { border-color: rgb(12,15,203); }

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